[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / 3 / 1 / f / JJTools / 0.9.2 / JJTools.podspec.json
blob4e22c02514ac0d336cf6d647e30f8c15caf2c19c
2   "name": "JJTools",
3   "version": "0.9.2",
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.2"
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/*.{h,m}",
57       "frameworks": "Foundation"
58     }
59   ]