[Add] CXHAdSDK 1.4.6
[CocoaPods.git] / Specs / 9 / f / c / JRUtils_Swift / 0.0.1 / JRUtils_Swift.podspec.json
blob0a61cdc97c0b0dc07edcf0428c4cf013f0dd2b10
2   "name": "JRUtils_Swift",
3   "version": "0.0.1",
4   "summary": "__",
5   "description": "工具集合 Swift",
6   "homepage": "https://github.com/jiaren0204/JRUtils_Swift",
7   "license": "MIT",
8   "authors": {
9     "梁嘉仁": "50839393@qq.com"
10   },
11   "platforms": {
12     "ios": "11.0"
13   },
14   "source": {
15     "git": "https://github.com/jiaren0204/JRUtils_Swift.git",
16     "tag": "0.0.1"
17   },
18   "swift_versions": "5.0",
19   "frameworks": [
20     "UIKit",
21     "Foundation",
22     "CoreText"
23   ],
24   "subspecs": [
25     {
26       "name": "Extension",
27       "source_files": "JRUtils_Swift/Classes/Extension/*.swift"
28     },
29     {
30       "name": "Utils",
31       "source_files": "JRUtils_Swift/Classes/Utils/*.swift"
32     },
33     {
34       "name": "Define",
35       "dependencies": {
36         "JRUtils_Swift/Utils": [
38         ]
39       },
40       "source_files": "JRUtils_Swift/Classes/Define/*.swift"
41     }
42   ],
43   "swift_version": "5.0"