[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 7 / 3 / 1 / JKBaseKit / 1.4.0 / JKBaseKit.podspec.json
blob835d96e659f21a51c37497067b74c1f74ebbf99b
2   "name": "JKBaseKit",
3   "version": "1.4.0",
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.4.0"
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     {
49       "name": "JKNSTool",
50       "source_files": "JKBaseKit/JKNSTool/**/*"
51     }
52   ]