[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 7 / 3 / 1 / JKBaseKit / 1.2.4 / JKBaseKit.podspec.json
blob63a3e878984ecd5a9e9ec2ecfd8c3fdbe2a1ee6c
2   "name": "JKBaseKit",
3   "version": "1.2.4",
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.4"
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       "source_files": [
35         "JKBaseKit/FastCoder",
36         "*.{h,m}"
37       ]
38     },
39     {
40       "name": "JKMacro",
41       "source_files": [
42         "JKBaseKit/JKMacro",
43         "*.{h,m}"
44       ]
45     },
46     {
47       "name": "JKNSCategory",
48       "source_files": [
49         "JKBaseKit/JKNSCategory",
50         "*.{h,m}"
51       ]
52     }
53   ]