[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 8 / 0 / 9 / JXFoundation / 1.0.1 / JXFoundation.podspec.json
blob2b148d7f843979f78753b2a3bd2961af1216bc48
2   "name": "JXFoundation",
3   "version": "1.0.1",
4   "summary": "自定义view,以及平时自己常用的一些方法扩展",
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": "1.0.1"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_version": "4.2",
22   "source_files": "JXFoundation/Classes/**/*",
23   "subspecs": [
24     {
25       "name": "Constant",
26       "source_files": "JXFoundation/Classes/Constant/**/*",
27       "dependencies": {
28         "JXFoundation/UIKit+Extension": [
30         ]
31       }
32     },
33     {
34       "name": "Foundation+Extension",
35       "source_files": "JXFoundation/Classes/Foundation+Extension/**/*"
36     },
37     {
38       "name": "UIKit+Extension",
39       "source_files": "JXFoundation/Classes/UIKit+Extension/**/*",
40       "dependencies": {
41         "JXFoundation/Foundation+Extension": [
43         ]
44       }
45     },
46     {
47       "name": "JXManager",
48       "source_files": "JXFoundation/Classes/JXManager/**/*",
49       "dependencies": {
50         "JXFoundation/Constant": [
52         ]
53       }
54     },
55     {
56       "name": "JXView",
57       "source_files": "JXFoundation/Classes/JXView/**/*",
58       "dependencies": {
59         "JXFoundation/Foundation+Extension": [
61         ],
62         "JXFoundation/UIKit+Extension": [
64         ],
65         "JXFoundation/Constant": [
67         ]
68       }
69     }
70   ]