[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 1 / f / JJTools / 0.9.5 / JJTools.podspec.json
blobf2d02de797cc2b45d633aad83ed92fc9f03aba66
2   "name": "JJTools",
3   "version": "0.9.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": "v0.9.5"
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": "JJTools/JJTools/Classes/JJModel/*"
65     },
66     {
67       "name": "JJTool",
68       "source_files": "JJTools/JJTools/Classes/JJTool/*",
69       "dependencies": {
70         "JJTools/ViewControllers": [
72         ],
73         "JJTools/JJDefine": [
75         ]
76       }
77     },
78     {
79       "name": "JJNetWork",
80       "source_files": "JJTools/JJTools/Classes/JJNetWork/*",
81       "dependencies": {
82         "JJTools/JJDefine": [
84         ],
85         "JJTools/JJTool": [
87         ],
88         "JJTools/JJCategory": [
90         ]
91       }
92     },
93     {
94       "name": "JJDefine",
95       "source_files": "JJTools/JJTools/Classes/JJDefine/*"
96     },
97     {
98       "name": "JJBaseView",
99       "source_files": "JJTools/JJTools/Classes/JJBaseView/*",
100       "dependencies": {
101         "JJTools/JJDefine": [
103         ],
104         "JJTools/JJCategory": [
106         ],
107         "JJTools/JJNetWork": [
109         ],
110         "JJTools/JJUILayout": [
112         ]
113       }
114     },
115     {
116       "name": "JJSystem",
117       "source_files": "JJTools/JJTools/Classes/JJDefine/*"
118     },
119     {
120       "name": "JJCategory",
121       "source_files": "JJTools/JJTools/Classes/JJCategory/*"
122     },
123     {
124       "name": "JJUILayout",
125       "source_files": "JJTools/JJTools/Classes/JJUILayout/*",
126       "dependencies": {
127         "JJTools/JJCategory": [
129         ]
130       }
131     }
132   ]