[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 1 / 4 / JKOCBaseKit / 0.0.1 / JKOCBaseKit.podspec.json
blob30c796a4f169b1754bf8b9dbcce98c77211c22e7
2   "name": "JKOCBaseKit",
3   "version": "0.0.1",
4   "summary": "OCTool.",
5   "description": "这是一个很好用的OC的工具类,我会不断的更新的",
6   "homepage": "https://github.com/JoanKing/JKOCBaseKit",
7   "license": "Apache License 2.0",
8   "authors": {
9     "JoanKingWC": "jkironman@163.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/JoanKing/JKOCBaseKit.git",
16     "tag": "0.0.1"
17   },
18   "source_files": "JKOCBaseKit/JKOCBaseKit.h",
19   "social_media_url": "https://www.jianshu.com/u/8fed18ed70c9",
20   "requires_arc": true,
21   "resources": "JKOCBaseKit/JKResource/*",
22   "subspecs": [
23     {
24       "name": "JKCategory",
25       "source_files": "JKOCBaseKit/JKCategory/**/*"
26     },
27     {
28       "name": "JKKit",
29       "dependencies": {
30         "JKOCBaseKit/JKCategory": [
32         ]
33       },
34       "source_files": "JKOCBaseKit/JKKit/**/*"
35     }
36   ]