[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 8 / 4 / a / Ext / 0.2.0 / Ext.podspec.json
blob07b44b39794b1e4e9c14b4663c17e4ecb28307b0
2   "name": "Ext",
3   "version": "0.2.0",
4   "summary": "Some useful Swift extensions.",
5   "description": "Some useful extensions for Swift.",
6   "homepage": "https://github.com/naijoug/Ext",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "naijoug": "naijoug@126.com"
13   },
14   "source": {
15     "git": "https://github.com/naijoug/Ext.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "swift_versions": "5.0",
22   "requires_arc": true,
23   "source_files": "Sources",
24   "default_subspecs": [
25     "Extension",
26     "UI",
27     "Feature"
28   ],
29   "subspecs": [
30     {
31       "name": "Extension",
32       "source_files": [
33         "Sources/*.swift",
34         "Sources/Extension/**/*"
35       ],
36       "frameworks": [
37         "UIKit",
38         "AVKit"
39       ]
40     },
41     {
42       "name": "UI",
43       "source_files": "Sources/UI/**/*",
44       "frameworks": [
45         "UIKit",
46         "WebKit"
47       ],
48       "dependencies": {
49         "Ext/Extension": [
51         ]
52       }
53     },
54     {
55       "name": "Feature",
56       "source_files": "Sources/Feature/**/*",
57       "dependencies": {
58         "Ext/Extension": [
60         ],
61         "Ext/UI": [
63         ]
64       }
65     }
66   ],
67   "swift_version": "5.0"