[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / a / 6 / f / GFKit / 1.0.8 / GFKit.podspec.json
blobb1111bb1939636cd502f42ede35ef0a00a46622f
2   "name": "GFKit",
3   "version": "1.0.8",
4   "summary": "Some useful swift extension or lib",
5   "description": "GFKit provide some useful swift extension or lib",
6   "homepage": "https://gitee.com/code_fan/jfkit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Json": "ftc4039@163.com"
13   },
14   "source": {
15     "git": "https://gitee.com/code_fan/jfkit.git",
16     "tag": "1.0.8"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": "5.5",
22   "dependencies": {
23     "MBProgressHUD": [
25     ]
26   },
27   "subspecs": [
28     {
29       "name": "Protocol",
30       "source_files": "SwiftDemo/Source/Protocol/*"
31     },
32     {
33       "name": "Extension",
34       "source_files": "SwiftDemo/Source/Extension/*",
35       "dependencies": {
36         "GFKit/Protocol": [
38         ]
39       }
40     },
41     {
42       "name": "UI",
43       "source_files": "SwiftDemo/Source/UI/*",
44       "dependencies": {
45         "GFKit/Protocol": [
47         ],
48         "GFKit/Extension": [
50         ]
51       }
52     }
53   ],
54   "swift_version": "5.5"