[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 7 / 8 / LCBaseKit / 1.0.5 / LCBaseKit.podspec.json
blobed40f3ea5a6dcbc48eb6852c5596343cd96961e5
2   "name": "LCBaseKit",
3   "version": "1.0.5",
4   "summary": "LCBaseKit.",
5   "description": "LCBaseKit类别,工具类集合",
6   "homepage": "https://github.com/liuchuan-alex/LCBaseKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "LiuChuan": "liuchuan_alex@163.com"
13   },
14   "source": {
15     "git": "https://github.com/liuchuan-alex/LCBaseKit.git",
16     "tag": "1.0.5"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "LCBaseKit/Classes/**/*",
22   "subspecs": [
23     {
24       "name": "LCCategory",
25       "source_files": "LCBaseKit/Classes/LCCategory/**/*"
26     },
27     {
28       "name": "LCNetworkTool",
29       "source_files": "LCBaseKit/Classes/LCNetworkTool/**/*",
30       "dependencies": {
31         "AFNetworking": [
33         ],
34         "YYCache": [
36         ]
37       }
38     }
39   ]