[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 9 / c / ExtSwift / 0.0.9 / ExtSwift.podspec.json
blob659092a9925c0d3ddec87d7cbe8b430d4af083bd
2   "name": "ExtSwift",
3   "version": "0.0.9",
4   "summary": "Extensions for Swift",
5   "homepage": "https://github.com/iwill/ExtSwift",
6   "license": "MIT",
7   "authors": {
8     "Mr. Ming": "i+ExtSwift@iwill.im"
9   },
10   "social_media_url": "https://iwill.im/about/",
11   "platforms": {
12     "ios": "9.0",
13     "tvos": "9.0",
14     "osx": "10.11",
15     "watchos": "2.0"
16   },
17   "swift_versions": "5.0",
18   "source": {
19     "git": "https://github.com/iwill/ExtSwift.git",
20     "tag": "0.0.9"
21   },
22   "frameworks": "Foundation",
23   "default_subspecs": [
24     "ExtSwift"
25   ],
26   "subspecs": [
27     {
28       "name": "ExtSwift",
29       "source_files": "Sources/**/ExtSwift.swift"
30     },
31     {
32       "name": "All",
33       "dependencies": {
34         "ExtSwift/ExtSwift": [
36         ],
37         "ExtSwift/AnyEquatable": [
39         ],
40         "ExtSwift/Autolayout": [
42         ],
43         "ExtSwift/Falsify": [
45         ],
46         "ExtSwift/ifEmpty": [
48         ],
49         "ExtSwift/KVO": [
51         ],
52         "ExtSwift/NameSpace": [
54         ],
55         "ExtSwift/Operators": [
57         ],
58         "ExtSwift/TryIndex": [
60         ],
61         "ExtSwift/Types": [
63         ],
64         "ExtSwift/WeakArray": [
66         ]
67       }
68     },
69     {
70       "name": "AnyEquatable",
71       "source_files": "Sources/**/AnyEquatable.swift"
72     },
73     {
74       "name": "Autolayout",
75       "source_files": "Sources/**/Autolayout.swift",
76       "dependencies": {
77         "ExtSwift/NameSpace": [
79         ]
80       }
81     },
82     {
83       "name": "Falsify",
84       "source_files": "Sources/**/Falsify.swift"
85     },
86     {
87       "name": "ifEmpty",
88       "source_files": "Sources/**/ifEmpty.swift"
89     },
90     {
91       "name": "KVO",
92       "source_files": "Sources/**/KVO.swift",
93       "dependencies": {
94         "ExtSwift/WeakArray": [
96         ]
97       }
98     },
99     {
100       "name": "NameSpace",
101       "source_files": "Sources/**/NameSpace.swift"
102     },
103     {
104       "name": "Operators",
105       "source_files": "Sources/**/Operators.swift",
106       "dependencies": {
107         "ExtSwift/Falsify": [
109         ]
110       }
111     },
112     {
113       "name": "TryIndex",
114       "source_files": "Sources/**/TryIndex.swift"
115     },
116     {
117       "name": "Types",
118       "source_files": "Sources/**/Types.swift"
119     },
120     {
121       "name": "WeakArray",
122       "source_files": "Sources/**/WeakArray.swift"
123     }
124   ],
125   "swift_version": "5.0"