[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 8 / 0 / 9 / JXFoundation / 1.0.2 / JXFoundation.podspec.json
blob4a6794b71f8dba1e48a43fb64f40d91dc373d859
2   "name": "JXFoundation",
3   "version": "1.0.2",
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.2"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "swift_version": "4.2",
22   "subspecs": [
23     {
24       "name": "Constant",
25       "source_files": "JXFoundation/Classes/Constant/**/*",
26       "dependencies": {
27         "JXFoundation/UIKit+Extension": [
29         ]
30       }
31     },
32     {
33       "name": "Foundation+Extension",
34       "source_files": "JXFoundation/Classes/Foundation+Extension/**/*"
35     },
36     {
37       "name": "UIKit+Extension",
38       "source_files": "JXFoundation/Classes/UIKit+Extension/**/*",
39       "dependencies": {
40         "JXFoundation/Foundation+Extension": [
42         ]
43       }
44     },
45     {
46       "name": "JXManager",
47       "source_files": "JXFoundation/Classes/JXManager/**/*",
48       "dependencies": {
49         "JXFoundation/Constant": [
51         ]
52       }
53     },
54     {
55       "name": "JXView",
56       "source_files": "JXFoundation/Classes/JXView/**/*",
57       "dependencies": {
58         "JXFoundation/Foundation+Extension": [
60         ],
61         "JXFoundation/UIKit+Extension": [
63         ],
64         "JXFoundation/Constant": [
66         ]
67       }
68     }
69   ]