[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 2 / b / GMJKFunction / 0.6.0 / GMJKFunction.podspec.json
blob5ba8b540451dd3f2685b614e299aaa1f6a2a996b
2   "name": "GMJKFunction",
3   "version": "0.6.0",
4   "summary": "国民集团 独立功能集成",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "http://119.3.60.230/IOS",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "满聪": "cman@wisepool.com.cn"
13   },
14   "source": {
15     "git": "http://119.3.60.230/IOS/GMJKFunction.git",
16     "tag": "0.6.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "swift_versions": "5.0",
22   "dependencies": {
23     "SnapKit": [
25     ],
26     "GMJKExtension": [
28     ]
29   },
30   "subspecs": [
31     {
32       "name": "AppStore",
33       "source_files": "GMJKFunction/Classes/AppStore/*.swift"
34     },
35     {
36       "name": "JKRoute",
37       "source_files": "GMJKFunction/Classes/JKRoute/*.swift"
38     },
39     {
40       "name": "JKScanViewController",
41       "source_files": "GMJKFunction/Classes/JKScanViewController/*.swift",
42       "dependencies": {
43         "GMJKFunction/JKRoute": [
45         ]
46       },
47       "ios": {
48         "resource_bundles": {
49           "JKScanBundle": "GMJKFunction/Assets/Scan/**/*.png"
50         }
51       }
52     },
53     {
54       "name": "JKTool",
55       "source_files": "GMJKFunction/Classes/JKTool/*.swift"
56     },
57     {
58       "name": "JKToast",
59       "source_files": "GMJKFunction/Classes/JKToast/*.swift",
60       "ios": {
61         "resource_bundles": {
62           "JKToastBundle": "GMJKFunction/Assets/Toast/**/*.png"
63         }
64       }
65     },
66     {
67       "name": "JKTimer",
68       "source_files": "GMJKFunction/Classes/JKTimer/*.swift"
69     },
70     {
71       "name": "JKPickerView",
72       "source_files": "GMJKFunction/Classes/JKPickerView/*.swift",
73       "ios": {
74         "resource_bundles": {
75           "JKPickerViewBundle": "GMJKFunction/Assets/PickerView/**/*"
76         }
77       }
78     },
79     {
80       "name": "JKPickerImageHelper",
81       "source_files": "GMJKFunction/Classes/PickerImageHelper/**/*",
82       "ios": {
83         "resource_bundles": {
84           "JKPhotoLibraryBundle": "GMJKFunction/Assets/JKPickerImageHelper/**/*.png"
85         }
86       }
87     }
88   ],
89   "swift_version": "5.0"