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