[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / a / 6 / f / GFKit / 1.0.5 / GFKit.podspec.json
blobaf792a895ef3093da36886b65a378db87ac6e893
2   "name": "GFKit",
3   "version": "1.0.5",
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.5"
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   "swift_version": "5.5"