[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / 3 / 1 / f / JJTools / 1.0.7 / JJTools.podspec.json
blob4e6d967b7d3c012c47522fb425ffdd041f02aa24
2   "name": "JJTools",
3   "version": "1.0.7",
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.7"
20   },
21   "source_files": "JJTools/JJTools/Classes/JJBaseHeader.h",
22   "public_header_files": "JJTools/JJTools/Classes/JJBaseHeader.h",
23   "resource_bundles": {
24     "JJTools": [
25       "JJTools/**/*.xcassets"
26     ]
27   },
28   "frameworks": [
29     "UIKit",
30     "Foundation",
31     "CoreLocation",
32     "Photos",
33     "SystemConfiguration",
34     "Security",
35     "CoreFoundation",
36     "WebKit"
37   ],
38   "xcconfig": {
39     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/objc"
40   },
41   "dependencies": {
42     "Masonry": [
44     ],
45     "AFNetworking": [
47     ],
48     "MBProgressHUD": [
50     ]
51   },
52   "requires_arc": true,
53   "user_target_xcconfig": {
54     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
55   },
56   "subspecs": [
57     {
58       "name": "Dispatch_Queue",
59       "source_files": "JJTools/JJTools/Classes/Dispatch_Queue/*.{h,m}"
60     },
61     {
62       "name": "JJModel",
63       "source_files": "JJTools/JJTools/Classes/JJModel/*"
64     },
65     {
66       "name": "JJBaseViewController",
67       "source_files": "JJTools/JJTools/Classes/JJBaseViewController/*",
68       "dependencies": {
69         "JJTools/JJDefine": [
71         ]
72       }
73     },
74     {
75       "name": "JJTool",
76       "source_files": "JJTools/JJTools/Classes/JJTool/*",
77       "dependencies": {
78         "JJTools/JJDefine": [
80         ],
81         "JJTools/JJBaseViewController": [
83         ]
84       }
85     },
86     {
87       "name": "JJNetWork",
88       "source_files": "JJTools/JJTools/Classes/JJNetWork/*",
89       "dependencies": {
90         "JJTools/JJDefine": [
92         ],
93         "JJTools/JJTool": [
95         ],
96         "JJTools/JJCategory": [
98         ]
99       }
100     },
101     {
102       "name": "JJDefine",
103       "source_files": "JJTools/JJTools/Classes/JJDefine/*"
104     },
105     {
106       "name": "JJBaseView",
107       "source_files": "JJTools/JJTools/Classes/JJBaseView/*",
108       "dependencies": {
109         "JJTools/JJDefine": [
111         ],
112         "JJTools/JJCategory": [
114         ],
115         "JJTools/JJNetWork": [
117         ],
118         "JJTools/JJUILayout": [
120         ]
121       }
122     },
123     {
124       "name": "JJSystem",
125       "source_files": "JJTools/JJTools/Classes/JJSystem/*"
126     },
127     {
128       "name": "JJCategory",
129       "source_files": "JJTools/JJTools/Classes/JJCategory/*"
130     },
131     {
132       "name": "JJUILayout",
133       "source_files": "JJTools/JJTools/Classes/JJUILayout/*",
134       "dependencies": {
135         "JJTools/JJCategory": [
137         ]
138       }
139     }
140   ]