[Add] STBaseProject 1.0.8
[CocoaPods.git] / Specs / 8 / 4 / a / Ext / 0.4.0 / Ext.podspec.json
blobf8aa6a422ac42d132c43ad8549a645c8881e9e31
2   "name": "Ext",
3   "version": "0.4.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.4.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     "Extension",
25     "UI",
26     "Feature"
27   ],
28   "subspecs": [
29     {
30       "name": "Extension",
31       "source_files": [
32         "Sources/Ext.swift",
33         "Sources/Extension/**/*"
34       ],
35       "frameworks": [
36         "UIKit",
37         "AVKit"
38       ]
39     },
40     {
41       "name": "UI",
42       "source_files": "Sources/UI/**/*",
43       "frameworks": [
44         "UIKit",
45         "WebKit"
46       ],
47       "dependencies": {
48         "Ext/Extension": [
50         ]
51       }
52     },
53     {
54       "name": "Feature",
55       "source_files": "Sources/Feature/**/*",
56       "dependencies": {
57         "Ext/UI": [
59         ]
60       }
61     }
62   ],
63   "swift_version": "5.0"