-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathIQPropertyWrapper.podspec.json
More file actions
42 lines (42 loc) · 1009 Bytes
/
IQPropertyWrapper.podspec.json
File metadata and controls
42 lines (42 loc) · 1009 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "IQPropertyWrapper",
"version": "1.0.2",
"source": {
"git": "https://github.com/hackiftekhar/IQPropertyWrapper.git",
"tag": "1.0.2"
},
"summary": "Property Wrappers for general use cases.",
"homepage": "https://github.com/hackiftekhar/IQPropertyWrapper",
"screenshots": "https://raw.githubusercontent.com/hackiftekhar/IQPropertyWrapper/master/Screenshot/IQPropertyWrapperScreenshot.png",
"license": "MIT",
"authors": {
"Iftekhar Qurashi": "hack.iftekhar@gmail.com"
},
"platforms": {
"ios": "11.0",
"osx": "10.13",
"tvos": "13.0",
"watchos": "3.0"
},
"swift_versions": [
"5.0",
"5.1",
"5.2",
"5.3",
"5.4",
"5.5",
"5.6",
"5.7",
"5.8",
"5.9"
],
"source_files": "IQPropertyWrapper/**/*.{swift}",
"frameworks": [
"Foundation"
],
"libraries": "swiftCoreGraphics",
"xcconfig": {
"LIBRARY_SEARCH_PATHS": "$(SDKROOT)/usr/lib/swift"
},
"requires_arc": true
}