[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / b / 9 / c / ExtSwift / 0.0.16 / ExtSwift.podspec.json
blob51323ca6519f3cd1d61722f397913b8ef9c6f36a
2   "name": "ExtSwift",
3   "version": "0.0.16",
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.16"
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/KVO": [
33         ],
34         "ExtSwift/Mutable": [
36         ],
37         "ExtSwift/NameSpace": [
39         ],
40         "ExtSwift/SemanticVersion": [
42         ],
43         "ExtSwift/String+IntIndex": [
45         ],
46         "ExtSwift/tryIndex": [
48         ],
49         "ExtSwift/Types": [
51         ],
52         "ExtSwift/WeakArray": [
54         ],
55         "ExtSwift/UIKit": [
57         ]
58       }
59     },
60     {
61       "name": "KVO",
62       "source_files": "Sources/ExtSwift/**/KVO.swift",
63       "dependencies": {
64         "ExtSwift/WeakArray": [
66         ]
67       }
68     },
69     {
70       "name": "Mutable",
71       "source_files": "Sources/ExtSwift/**/Mutable.swift"
72     },
73     {
74       "name": "NameSpace",
75       "source_files": "Sources/ExtSwift/**/NameSpace.swift"
76     },
77     {
78       "name": "SemanticVersion",
79       "source_files": "Sources/ExtSwift/**/SemanticVersion.swift"
80     },
81     {
82       "name": "String+IntIndex",
83       "source_files": "Sources/ExtSwift/**/String+IntIndex.swift"
84     },
85     {
86       "name": "tryIndex",
87       "source_files": "Sources/ExtSwift/**/tryIndex.swift"
88     },
89     {
90       "name": "Types",
91       "source_files": "Sources/ExtSwift/**/Types.swift"
92     },
93     {
94       "name": "UIKit",
95       "source_files": "Sources/ExtSwift/UIKit/**/*.swift",
96       "dependencies": {
97         "ExtSwift/Mutable": [
99         ],
100         "ExtSwift/NameSpace": [
102         ],
103         "ExtSwift/tryIndex": [
105         ]
106       }
107     },
108     {
109       "name": "WeakArray",
110       "source_files": "Sources/ExtSwift/**/WeakArray.swift"
111     },
112     {
113       "name": "_All",
114       "source_files": "Sources/ExtSwift/unstable/*.swift",
115       "dependencies": {
116         "ExtSwift/ExtSwift": [
118         ]
119       }
120     }
121   ],
122   "swift_version": "5.0"