[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 7 / 3 / 1 / JKBaseKit / 1.3.8 / JKBaseKit.podspec.json
blob18b2ace2e724f0e160d3d17d9221ef2928b12b08
2   "name": "JKBaseKit",
3   "version": "1.3.8",
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.3.8"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "8.0"
17   },
18   "dependencies": {
19     "DateTools": [
20       "2.0.0"
21     ]
22   },
23   "public_header_files": "JKBaseKit/JKBaseKit.h",
24   "source_files": "JKBaseKit/JKBaseKit.h",
25   "subspecs": [
26     {
27       "name": "FastCoder",
28       "requires_arc": false,
29       "source_files": [
30         "JKBaseKit/FastCoder",
31         "*.{h,m}"
32       ]
33     },
34     {
35       "name": "JKMacro",
36       "source_files": [
37         "JKBaseKit/JKMacro",
38         "*.{h,m}"
39       ]
40     },
41     {
42       "name": "JKNSCategory",
43       "source_files": [
44         "JKBaseKit/JKNSCategory",
45         "*.{h,m}"
46       ]
47     }
48   ]