[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 8 / 0 / 9 / JXFoundation / 1.1.0 / JXFoundation.podspec.json
blob2e4f8a423863d6e84f2333ff5ae63d0acf7cca2c
2   "name": "JXFoundation",
3   "version": "1.1.0",
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.1.0"
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         "JXFoundation/Foundation+Extension": [
32         ],
33         "JXFoundation/JXView": [
35         ]
36       }
37     },
38     {
39       "name": "Foundation+Extension",
40       "source_files": "JXFoundation/Classes/Foundation+Extension/**/*"
41     },
42     {
43       "name": "UIKit+Extension",
44       "source_files": "JXFoundation/Classes/UIKit+Extension/**/*",
45       "dependencies": {
46         "JXFoundation/Foundation+Extension": [
48         ]
49       }
50     },
51     {
52       "name": "JXManager",
53       "source_files": "JXFoundation/Classes/JXManager/JXKeyboardToolBar.swift",
54       "dependencies": {
55         "JXFoundation/Constant": [
57         ]
58       }
59     },
60     {
61       "name": "JXView",
62       "source_files": "JXFoundation/Classes/JXView/**/*",
63       "dependencies": {
64         "JXFoundation/Foundation+Extension": [
66         ],
67         "JXFoundation/UIKit+Extension": [
69         ]
70       }
71     }
72   ]