[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 3 / 1 / f / JJTools / 1.0.1 / JJTools.podspec.json
blob9b2b11421ed867b41122aa5eac16d8b1617be801
2   "name": "JJTools",
3   "version": "1.0.1",
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.1"
20   },
21   "source_files": "JJTools/JJTools/Classes/**/*",
22   "frameworks": [
23     "UIKit",
24     "Foundation",
25     "CoreLocation",
26     "Photos",
27     "SystemConfiguration",
28     "Security",
29     "CoreFoundation",
30     "WebKit"
31   ],
32   "xcconfig": {
33     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/objc"
34   },
35   "dependencies": {
36     "Masonry": [
38     ],
39     "AFNetworking": [
41     ],
42     "MBProgressHUD": [
44     ]
45   },
46   "requires_arc": true,
47   "user_target_xcconfig": {
48     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
49   },
50   "subspecs": [
51     {
52       "name": "Dispatch_Queue",
53       "source_files": "JJTools/JJTools/Classes/Dispatch_Queue/*.{h,m}"
54     },
55     {
56       "name": "ViewControllers",
57       "source_files": "JJTools/JJTools/Classes/ViewControllers/*"
58     },
59     {
60       "name": "JJModel",
61       "source_files": "JJTools/JJTools/Classes/JJModel/*"
62     },
63     {
64       "name": "JJTool",
65       "source_files": "JJTools/JJTools/Classes/JJTool/*",
66       "dependencies": {
67         "JJTools/ViewControllers": [
69         ],
70         "JJTools/JJDefine": [
72         ]
73       }
74     },
75     {
76       "name": "JJNetWork",
77       "source_files": "JJTools/JJTools/Classes/JJNetWork/*",
78       "dependencies": {
79         "JJTools/JJDefine": [
81         ],
82         "JJTools/JJTool": [
84         ],
85         "JJTools/JJCategory": [
87         ]
88       }
89     },
90     {
91       "name": "JJDefine",
92       "source_files": "JJTools/JJTools/Classes/JJDefine/*"
93     },
94     {
95       "name": "JJBaseView",
96       "source_files": "JJTools/JJTools/Classes/JJBaseView/*",
97       "dependencies": {
98         "JJTools/JJDefine": [
100         ],
101         "JJTools/JJCategory": [
103         ],
104         "JJTools/JJNetWork": [
106         ],
107         "JJTools/JJUILayout": [
109         ]
110       }
111     },
112     {
113       "name": "JJSystem",
114       "source_files": "JJTools/JJTools/Classes/JJDefine/*"
115     },
116     {
117       "name": "JJCategory",
118       "source_files": "JJTools/JJTools/Classes/JJCategory/*"
119     },
120     {
121       "name": "JJUILayout",
122       "source_files": "JJTools/JJTools/Classes/JJUILayout/*",
123       "dependencies": {
124         "JJTools/JJCategory": [
126         ]
127       }
128     }
129   ]