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