[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / b / 9 / c / ExtSwift / 0.0.17 / ExtSwift.podspec.json
blob671a3b2c694ad835cc5e6735788b904d0130278a
2   "name": "ExtSwift",
3   "version": "0.0.17",
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": "13.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.17"
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/SemanticVersion": [
45         ],
46         "ExtSwift/String+IntIndex": [
48         ],
49         "ExtSwift/tryIndex": [
51         ],
52         "ExtSwift/Types": [
54         ],
55         "ExtSwift/WeakArray": [
57         ],
58         "ExtSwift/UIKit": [
60         ]
61       }
62     },
63     {
64       "name": "boolValue",
65       "source_files": "Sources/ExtSwift/**/boolValue.swift"
66     },
67     {
68       "name": "KVO",
69       "source_files": "Sources/ExtSwift/**/KVO.swift",
70       "dependencies": {
71         "ExtSwift/WeakArray": [
73         ]
74       }
75     },
76     {
77       "name": "Mutable",
78       "source_files": "Sources/ExtSwift/**/Mutable.swift"
79     },
80     {
81       "name": "NameSpace",
82       "source_files": "Sources/ExtSwift/**/NameSpace.swift"
83     },
84     {
85       "name": "Operators",
86       "source_files": "Sources/ExtSwift/**/Operators.swift",
87       "dependencies": {
88         "ExtSwift/boolValue": [
90         ]
91       }
92     },
93     {
94       "name": "SemanticVersion",
95       "source_files": "Sources/ExtSwift/**/SemanticVersion.swift"
96     },
97     {
98       "name": "String+IntIndex",
99       "source_files": "Sources/ExtSwift/**/String+IntIndex.swift"
100     },
101     {
102       "name": "tryIndex",
103       "source_files": "Sources/ExtSwift/**/tryIndex.swift"
104     },
105     {
106       "name": "Types",
107       "source_files": "Sources/ExtSwift/**/Types.swift"
108     },
109     {
110       "name": "UIKit",
111       "source_files": "Sources/ExtSwift/UIKit/**/*.swift",
112       "dependencies": {
113         "ExtSwift/Mutable": [
115         ],
116         "ExtSwift/NameSpace": [
118         ],
119         "ExtSwift/tryIndex": [
121         ]
122       }
123     },
124     {
125       "name": "WeakArray",
126       "source_files": "Sources/ExtSwift/**/WeakArray.swift"
127     },
128     {
129       "name": "_All",
130       "source_files": "Sources/ExtSwift/unstable/*.swift",
131       "dependencies": {
132         "ExtSwift/ExtSwift": [
134         ]
135       }
136     }
137   ],
138   "swift_version": "5.0"