[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 5 / 6 / 1 / JNTools / 0.0.4 / JNTools.podspec.json
blob45cbac906a7d952410a2cf3d5549f296e6d7f56a
2   "name": "JNTools",
3   "version": "0.0.4",
4   "summary": "iOS开发的工具类、分类及一些常用三方工具类的二次封装",
5   "homepage": "https://github.com/MrZhou1990/JNTools",
6   "license": "MIT",
7   "authors": {
8     "Cloud": "haohao10987@163.com"
9   },
10   "platforms": {
11     "ios": "9.0"
12   },
13   "source": {
14     "git": "https://github.com/MrZhou1990/JNTools.git",
15     "tag": "0.0.4"
16   },
17   "source_files": "JNTools/JNCommon.h",
18   "subspecs": [
19     {
20       "name": "Category",
21       "source_files": "JNTools/Category/*.{h,m}",
22       "dependencies": {
23         "SDWebImage": [
24           "5.0.6"
25         ],
26         "MBProgressHUD": [
27           "1.1.0"
28         ]
29       }
30     },
31     {
32       "name": "Define",
33       "source_files": "JNTools/Define/*.h"
34     },
35     {
36       "name": "JNTool",
37       "source_files": "JNTools/JNTool/*.{h,m}",
38       "dependencies": {
39         "AFNetworking": [
40           "3.2.1"
41         ],
42         "JNTools/Category": [
44         ]
45       }
46     }
47   ]