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