[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / 3 / 1 / f / JJTools / 1.0.5 / JJTools.podspec.json
blob2098e3e929bceb6875b6106c258bf9a72ffdaafd
2   "name": "JJTools",
3   "version": "1.0.5",
4   "summary": "some others useful tools",
5   "description": "include some category based on masonry for create UI  and some others useful tools",
6   "homepage": "https://github.com/chance395/JJTools",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Brain": "895176298@qq.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/chance395/JJTools.git",
19     "tag": "v1.0.5"
20   },
21   "frameworks": [
22     "UIKit",
23     "Foundation",
24     "CoreLocation",
25     "Photos",
26     "SystemConfiguration",
27     "Security",
28     "CoreFoundation",
29     "WebKit"
30   ],
31   "xcconfig": {
32     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/objc"
33   },
34   "dependencies": {
35     "Masonry": [
37     ],
38     "AFNetworking": [
40     ],
41     "MBProgressHUD": [
43     ]
44   },
45   "requires_arc": true,
46   "user_target_xcconfig": {
47     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
48   },
49   "subspecs": [
50     {
51       "name": "Dispatch_Queue",
52       "source_files": "JJTools/JJTools/Classes/Dispatch_Queue/*.{h,m}"
53     },
54     {
55       "name": "JJModel",
56       "source_files": "JJTools/JJTools/Classes/JJModel/*"
57     },
58     {
59       "name": "JJBaseViewController",
60       "source_files": "JJTools/JJTools/Classes/JJBaseViewController/*",
61       "dependencies": {
62         "JJTools/JJDefine": [
64         ]
65       }
66     },
67     {
68       "name": "JJTool",
69       "source_files": "JJTools/JJTools/Classes/JJTool/*",
70       "dependencies": {
71         "JJTools/JJDefine": [
73         ],
74         "JJTools/JJBaseViewController": [
76         ]
77       }
78     },
79     {
80       "name": "JJNetWork",
81       "source_files": "JJTools/JJTools/Classes/JJNetWork/*",
82       "dependencies": {
83         "JJTools/JJDefine": [
85         ],
86         "JJTools/JJTool": [
88         ],
89         "JJTools/JJCategory": [
91         ]
92       }
93     },
94     {
95       "name": "JJDefine",
96       "source_files": "JJTools/JJTools/Classes/JJDefine/*"
97     },
98     {
99       "name": "JJBaseView",
100       "source_files": "JJTools/JJTools/Classes/JJBaseView/*",
101       "dependencies": {
102         "JJTools/JJDefine": [
104         ],
105         "JJTools/JJCategory": [
107         ],
108         "JJTools/JJNetWork": [
110         ],
111         "JJTools/JJUILayout": [
113         ]
114       }
115     },
116     {
117       "name": "JJSystem",
118       "source_files": "JJTools/JJTools/Classes/JJDefine/*"
119     },
120     {
121       "name": "JJCategory",
122       "source_files": "JJTools/JJTools/Classes/JJCategory/*"
123     },
124     {
125       "name": "JJUILayout",
126       "source_files": "JJTools/JJTools/Classes/JJUILayout/*",
127       "dependencies": {
128         "JJTools/JJCategory": [
130         ]
131       }
132     }
133   ]