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