[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / b / 9 / c / ExtSwift / 2.0.0-dev / ExtSwift.podspec.json
blob8f687a6b33d15c2af688f381c1153ab31606d42d
2   "name": "ExtSwift",
3   "version": "2.0.0-dev",
4   "summary": "Extensions for Swift",
5   "homepage": "https://github.com/iwill/ExtSwift",
6   "license": "MIT",
7   "authors": {
8     "Mr. 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     "osx": "10.14",
15     "watchos": "5.0"
16   },
17   "swift_versions": "5.0",
18   "source": {
19     "git": "https://github.com/iwill/ExtSwift.git",
20     "tag": "2.0.0-dev"
21   },
22   "frameworks": "Foundation",
23   "default_subspecs": [
24     "ExtSwift"
25   ],
26   "subspecs": [
27     {
28       "name": "ExtSwift",
29       "source_files": "Sources/**/ExtSwift.swift",
30       "dependencies": {
31         "ExtSwift/boolValue": [
33         ],
34         "ExtSwift/KVO": [
36         ],
37         "ExtSwift/Mutable": [
39         ],
40         "ExtSwift/NameSpace": [
42         ],
43         "ExtSwift/nonEmpty": [
45         ],
46         "ExtSwift/Operators": [
48         ],
49         "ExtSwift/SemanticVersion": [
51         ],
52         "ExtSwift/String+intIndex": [
54         ],
55         "ExtSwift/tryIndex": [
57         ],
58         "ExtSwift/Types": [
60         ],
61         "ExtSwift/WeakArray": [
63         ],
64         "ExtSwift/UIKit": [
66         ]
67       }
68     },
69     {
70       "name": "Common",
71       "dependencies": {
72         "ExtSwift/boolValue": [
74         ],
75         "ExtSwift/Mutable": [
77         ],
78         "ExtSwift/nonEmpty": [
80         ],
81         "ExtSwift/Operators": [
83         ],
84         "ExtSwift/String+intIndex": [
86         ],
87         "ExtSwift/tryIndex": [
89         ],
90         "ExtSwift/Types": [
92         ],
93         "ExtSwift/UIKit": [
95         ]
96       }
97     },
98     {
99       "name": "Unstable",
100       "source_files": "Sources/ExtSwift/unstable/*.swift",
101       "dependencies": {
102         "ExtSwift/ExtSwift": [
104         ]
105       }
106     },
107     {
108       "name": "boolValue",
109       "source_files": "Sources/ExtSwift/**/boolValue.swift"
110     },
111     {
112       "name": "KVO",
113       "source_files": "Sources/ExtSwift/**/KVO.swift",
114       "dependencies": {
115         "ExtSwift/WeakArray": [
117         ]
118       }
119     },
120     {
121       "name": "Mutable",
122       "source_files": "Sources/ExtSwift/**/Mutable.swift"
123     },
124     {
125       "name": "NameSpace",
126       "source_files": "Sources/ExtSwift/**/NameSpace.swift"
127     },
128     {
129       "name": "nonEmpty",
130       "source_files": "Sources/ExtSwift/**/nonEmpty.swift"
131     },
132     {
133       "name": "Operators",
134       "source_files": "Sources/ExtSwift/**/Operators.swift",
135       "dependencies": {
136         "ExtSwift/boolValue": [
138         ]
139       }
140     },
141     {
142       "name": "SemanticVersion",
143       "source_files": "Sources/ExtSwift/**/SemanticVersion.swift"
144     },
145     {
146       "name": "String+intIndex",
147       "source_files": "Sources/ExtSwift/**/String+intIndex.swift"
148     },
149     {
150       "name": "tryIndex",
151       "source_files": "Sources/ExtSwift/**/tryIndex.swift"
152     },
153     {
154       "name": "Types",
155       "source_files": "Sources/ExtSwift/**/Types.swift"
156     },
157     {
158       "name": "WeakArray",
159       "source_files": "Sources/ExtSwift/**/WeakArray.swift"
160     },
161     {
162       "name": "UIKit",
163       "source_files": "Sources/ExtSwift/UIKit/*.swift",
164       "dependencies": {
165         "ExtSwift/Mutable": [
167         ],
168         "ExtSwift/NameSpace": [
170         ],
171         "ExtSwift/tryIndex": [
173         ]
174       }
175     },
176     {
177       "name": "ESDiffableDataSource",
178       "source_files": "Sources/ExtSwift/UIKit/ESDiffableDataSource/*.swift",
179       "dependencies": {
180         "ExtSwift/tryIndex": [
182         ]
183       }
184     }
185   ],
186   "swift_version": "5.0"