[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 8 / 4 / a / Ext / 0.0.1 / Ext.podspec.json
blob66be0a312d68dad72d039165f10d8b0e3ab55f51
2   "name": "Ext",
3   "version": "0.0.1",
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.0.1"
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   ],
28   "subspecs": [
29     {
30       "name": "Extension",
31       "source_files": "Sources/Extension/**/*.{swift}",
32       "frameworks": [
33         "UIKit",
34         "AVKit"
35       ]
36     },
37     {
38       "name": "UI",
39       "source_files": "Sources/UI/**/*.{swift}",
40       "frameworks": [
41         "UIKit",
42         "WebKit"
43       ]
44     }
45   ],
46   "swift_version": "5.0"