[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 7 / 3 / 1 / JKBaseKit / 1.1.6 / JKBaseKit.podspec.json
blob19dfa771abc15b1ee4035a545f89899a629abf8c
2   "name": "JKBaseKit",
3   "version": "1.1.6",
4   "license": "MIT",
5   "summary": "Simple APP Kit",
6   "homepage": "https://github.com/lwq718691587/JKBaseKit",
7   "authors": {
8     "刘伟强": "718691587@qq.com"
9   },
10   "source": {
11     "git": "https://github.com/lwq718691587/JKBaseKit.git",
12     "tag": "1.1.6"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "8.0"
17   },
18   "dependencies": {
19     "DateTools": [
21     ],
22     "MJRefresh": [
24     ],
25     "IQKeyboardManager": [
27     ],
28     "SDWebImage": [
30     ],
31     "JKNetWorking": [
33     ],
34     "Aspects": [
36     ],
37     "YYModel": [
39     ],
40     "Masonry": [
42     ]
43   },
44   "public_header_files": "JKBaseKit/JKBaseKit.h",
45   "source_files": "JKBaseKit/JKBaseKit.h",
46   "subspecs": [
47     {
48       "name": "BaseUICategory",
49       "source_files": [
50         "JKBaseKit/BaseUICategory",
51         "*.{h,m}"
52       ]
53     },
54     {
55       "name": "SVCategory",
56       "dependencies": {
57         "SVProgressHUD": [
59         ],
60         "JKBaseKit/BaseUICategory": [
62         ]
63       },
64       "source_files": [
65         "JKBaseKit/SVCategory",
66         "*.{h,m}"
67       ]
68     },
69     {
70       "name": "Umeng",
71       "source_files": [
72         "JKBaseKit/Umeng",
73         "*.{h,m}"
74       ]
75     }
76   ]