[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 7 / 3 / 1 / JKBaseKit / 1.1.9 / JKBaseKit.podspec.json
blobc690eae8d65f9286bca3734a1b04b58084c3a052
2   "name": "JKBaseKit",
3   "version": "1.1.9",
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.9"
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": "JKUICategory",
49       "source_files": [
50         "JKBaseKit/JKUICategory",
51         "*.{h,m}"
52       ]
53     },
54     {
55       "name": "FastCoder",
56       "source_files": [
57         "JKBaseKit/FastCoder",
58         "*.{h,m}"
59       ]
60     },
61     {
62       "name": "JKNSCategory",
63       "source_files": [
64         "JKBaseKit/JKNSCategory",
65         "*.{h,m}"
66       ]
67     },
68     {
69       "name": "Segment",
70       "dependencies": {
71         "JKBaseKit/JKUICategory": [
73         ]
74       },
75       "source_files": [
76         "JKBaseKit/Segment",
77         "*.{h,m}"
78       ]
79     },
80     {
81       "name": "FunMacro",
82       "source_files": [
83         "JKBaseKit/FunMacro",
84         "*.{h,m}"
85       ]
86     }
87   ]