[Add] DemoTestFramework 1.0.7
[CocoaPods.git] / Specs / 8 / 0 / 9 / JXFoundation / 2.0.4.2 / JXFoundation.podspec.json
blob33991719e09109be5d28c501ede1cfed5f7148d8
2   "name": "JXFoundation",
3   "version": "2.0.4.2",
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.4.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_versions": "5.1",
22   "resources": "JXFoundation/Classes/Resources/JXFoundation.bundle",
23   "swift_version": "5.1",
24   "subspecs": [
25     {
26       "name": "Basic",
27       "source_files": "JXFoundation/Classes/Basic/**/*",
28       "dependencies": {
29         "JXFoundation/Core": [
31         ],
32         "JXFoundation/UIKit": [
34         ]
35       }
36     },
37     {
38       "name": "Core",
39       "source_files": "JXFoundation/Classes/Core/**/*"
40     },
41     {
42       "name": "UIKit",
43       "source_files": "JXFoundation/Classes/UIKit/**/*",
44       "dependencies": {
45         "JXFoundation/Core": [
47         ]
48       }
49     }
50   ]