[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 7 / 3 / 1 / JKBaseKit / 1.2.5 / JKBaseKit.podspec.json
blob5a76289b47c5fac5b488c6332f21aea4cf29528e
2   "name": "JKBaseKit",
3   "version": "1.2.5",
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.2.5"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "8.0"
17   },
18   "dependencies": {
19     "SDWebImage": [
20       "~> 3.8.2"
21     ],
22     "JKNetWorking": [
24     ],
25     "YYModel": [
26       "~> 1.0.4"
27     ]
28   },
29   "public_header_files": "JKBaseKit/JKBaseKit.h",
30   "source_files": "JKBaseKit/JKBaseKit.h",
31   "subspecs": [
32     {
33       "name": "FastCoder",
34       "requires_arc": false,
35       "source_files": [
36         "JKBaseKit/FastCoder",
37         "*.{h,m}"
38       ]
39     },
40     {
41       "name": "JKMacro",
42       "source_files": [
43         "JKBaseKit/JKMacro",
44         "*.{h,m}"
45       ]
46     },
47     {
48       "name": "JKNSCategory",
49       "source_files": [
50         "JKBaseKit/JKNSCategory",
51         "*.{h,m}"
52       ]
53     }
54   ]