[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 8 / 0 / 9 / JXFoundation / 2.0.3.3 / JXFoundation.podspec.json
blob1342eef94627ff22145fee51b854869f216af318
2   "name": "JXFoundation",
3   "version": "2.0.3.3",
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.3.3"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": "5.1",
22   "swift_version": "5.1",
23   "subspecs": [
24     {
25       "name": "Basic",
26       "source_files": "JXFoundation/Classes/Basic/**/*",
27       "dependencies": {
28         "JXFoundation/Core": [
30         ],
31         "JXFoundation/UIKit": [
33         ]
34       }
35     },
36     {
37       "name": "Core",
38       "source_files": "JXFoundation/Classes/Core/**/*"
39     },
40     {
41       "name": "UIKit",
42       "source_files": "JXFoundation/Classes/UIKit/**/*",
43       "dependencies": {
44         "JXFoundation/Core": [
46         ]
47       }
48     }
49   ]