[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 8 / 0 / 9 / JXFoundation / 2.0.1 / JXFoundation.podspec.json
blobf899894310083ef4e16be33ed59c802f94bc913a
2   "name": "JXFoundation",
3   "version": "2.0.1",
4   "summary": "基类,自定义view,extension,方法工具,用于快速集成",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/dujinxin/JXFoundation",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "dujinxin": "510033463@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/dujinxin/JXFoundation.git",
16     "tag": "2.0.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_version": "5.0",
22   "subspecs": [
23     {
24       "name": "Basic",
25       "source_files": "JXFoundation/Classes/Basic/**/*",
26       "dependencies": {
27         "JXFoundation/Core": [
29         ],
30         "JXFoundation/UIKit": [
32         ]
33       }
34     },
35     {
36       "name": "Core",
37       "source_files": "JXFoundation/Classes/Core/**/*"
38     },
39     {
40       "name": "UIKit",
41       "source_files": "JXFoundation/Classes/UIKit/**/*",
42       "dependencies": {
43         "JXFoundation/Core": [
45         ]
46       }
47     }
48   ]