[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 3 / 1 / f / JJTools / 1.0.3 / JJTools.podspec.json
blob51030c2534e3f77a72c07ea54fe827e9e3de51c3
2   "name": "JJTools",
3   "version": "1.0.3",
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.3"
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": "ViewControllers",
56       "source_files": "JJTools/JJTools/Classes/ViewControllers/*"
57     },
58     {
59       "name": "JJModel",
60       "source_files": "JJTools/JJTools/Classes/JJModel/*"
61     },
62     {
63       "name": "JJTool",
64       "source_files": "JJTools/JJTools/Classes/JJTool/*",
65       "dependencies": {
66         "JJTools/ViewControllers": [
68         ],
69         "JJTools/JJDefine": [
71         ]
72       }
73     },
74     {
75       "name": "JJNetWork",
76       "source_files": "JJTools/JJTools/Classes/JJNetWork/*",
77       "dependencies": {
78         "JJTools/JJDefine": [
80         ],
81         "JJTools/JJTool": [
83         ],
84         "JJTools/JJCategory": [
86         ]
87       }
88     },
89     {
90       "name": "JJDefine",
91       "source_files": "JJTools/JJTools/Classes/JJDefine/*"
92     },
93     {
94       "name": "JJBaseView",
95       "source_files": "JJTools/JJTools/Classes/JJBaseView/*",
96       "dependencies": {
97         "JJTools/JJDefine": [
99         ],
100         "JJTools/JJCategory": [
102         ],
103         "JJTools/JJNetWork": [
105         ],
106         "JJTools/JJUILayout": [
108         ]
109       }
110     },
111     {
112       "name": "JJSystem",
113       "source_files": "JJTools/JJTools/Classes/JJDefine/*"
114     },
115     {
116       "name": "JJCategory",
117       "source_files": "JJTools/JJTools/Classes/JJCategory/*"
118     },
119     {
120       "name": "JJUILayout",
121       "source_files": "JJTools/JJTools/Classes/JJUILayout/*",
122       "dependencies": {
123         "JJTools/JJCategory": [
125         ]
126       }
127     }
128   ]