[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / b / 9 / c / ExtSwift / 2.0.0 / ExtSwift.podspec.json
blob425fa55a508d8d654cf869b6b8eb0f07a08f90a1
2   "name": "ExtSwift",
3   "version": "2.0.0",
4   "summary": "Extensions for Swift",
5   "homepage": "https://github.com/iwill/ExtSwift",
6   "license": "MIT",
7   "authors": {
8     "Míng": "i+ExtSwift@iwill.im"
9   },
10   "social_media_url": "https://iwill.im/about/",
11   "platforms": {
12     "ios": "12.0",
13     "tvos": "12.0"
14   },
15   "swift_versions": "5.9",
16   "source": {
17     "git": "https://github.com/iwill/ExtSwift.git",
18     "tag": "2.0.0"
19   },
20   "frameworks": "Foundation",
21   "default_subspecs": [
22     "ExtSwift"
23   ],
24   "subspecs": [
25     {
26       "name": "ExtSwift",
27       "source_files": "Sources/**/ExtSwift.swift",
28       "dependencies": {
29         "ExtSwift/boolValue": [
31         ],
32         "ExtSwift/KVO": [
34         ],
35         "ExtSwift/Mutable": [
37         ],
38         "ExtSwift/NameSpace": [
40         ],
41         "ExtSwift/nonEmpty": [
43         ],
44         "ExtSwift/Operators": [
46         ],
47         "ExtSwift/SemanticVersion": [
49         ],
50         "ExtSwift/String+intIndex": [
52         ],
53         "ExtSwift/tryIndex": [
55         ],
56         "ExtSwift/Types": [
58         ],
59         "ExtSwift/WeakArray": [
61         ],
62         "ExtSwift/UIKit": [
64         ]
65       }
66     },
67     {
68       "name": "Common",
69       "dependencies": {
70         "ExtSwift/boolValue": [
72         ],
73         "ExtSwift/Mutable": [
75         ],
76         "ExtSwift/nonEmpty": [
78         ],
79         "ExtSwift/Operators": [
81         ],
82         "ExtSwift/String+intIndex": [
84         ],
85         "ExtSwift/tryIndex": [
87         ],
88         "ExtSwift/Types": [
90         ],
91         "ExtSwift/UIKit": [
93         ]
94       }
95     },
96     {
97       "name": "Unstable",
98       "source_files": "Sources/ExtSwift/unstable/*.swift",
99       "dependencies": {
100         "ExtSwift/ExtSwift": [
102         ]
103       }
104     },
105     {
106       "name": "boolValue",
107       "source_files": "Sources/ExtSwift/**/boolValue.swift"
108     },
109     {
110       "name": "KVO",
111       "source_files": "Sources/ExtSwift/**/KVO.swift",
112       "dependencies": {
113         "ExtSwift/WeakArray": [
115         ]
116       }
117     },
118     {
119       "name": "Mutable",
120       "source_files": "Sources/ExtSwift/**/Mutable.swift"
121     },
122     {
123       "name": "NameSpace",
124       "source_files": "Sources/ExtSwift/**/NameSpace.swift"
125     },
126     {
127       "name": "nonEmpty",
128       "source_files": "Sources/ExtSwift/**/nonEmpty.swift"
129     },
130     {
131       "name": "Operators",
132       "source_files": "Sources/ExtSwift/**/Operators.swift",
133       "dependencies": {
134         "ExtSwift/boolValue": [
136         ]
137       }
138     },
139     {
140       "name": "SemanticVersion",
141       "source_files": "Sources/ExtSwift/**/SemanticVersion.swift"
142     },
143     {
144       "name": "String+intIndex",
145       "source_files": "Sources/ExtSwift/**/String+intIndex.swift"
146     },
147     {
148       "name": "tryIndex",
149       "source_files": "Sources/ExtSwift/**/tryIndex.swift"
150     },
151     {
152       "name": "Types",
153       "source_files": "Sources/ExtSwift/**/Types.swift"
154     },
155     {
156       "name": "WeakArray",
157       "source_files": "Sources/ExtSwift/**/WeakArray.swift"
158     },
159     {
160       "name": "UIKit",
161       "source_files": "Sources/ExtSwift/UIKit/*.swift",
162       "dependencies": {
163         "ExtSwift/Mutable": [
165         ],
166         "ExtSwift/NameSpace": [
168         ],
169         "ExtSwift/tryIndex": [
171         ],
172         "SnapKit": [
173           "~> 5.6"
174         ]
175       }
176     },
177     {
178       "name": "ESDiffableDataSource",
179       "source_files": "Sources/ExtSwift/UIKit/ESDiffableDataSource/*.swift",
180       "dependencies": {
181         "ExtSwift/tryIndex": [
183         ]
184       }
185     }
186   ],
187   "swift_version": "5.9"