[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / d / 7 / ZWBaseManager / 0.1.4 / ZWBaseManager.podspec.json
blobeee2a1f22d9d36a01e982de9202d683b235beb25
2   "name": "ZWBaseManager",
3   "version": "0.1.4",
4   "summary": "常用的基础类别",
5   "description": "TODO: 常用的一些基础的类别.",
6   "homepage": "https://github.com/weizhangCoder/ZWBaseManager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "weizhangCoder": "zhang.wei5@jyall.com"
13   },
14   "source": {
15     "git": "https://github.com/weizhangCoder/ZWBaseManager.git",
16     "tag": "0.1.4"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "subspecs": [
22     {
23       "name": "Base",
24       "source_files": "ZWBaseManager/Classes/Base/**/*"
25     },
26     {
27       "name": "Category",
28       "source_files": "ZWBaseManager/Classes/Category/**/*"
29     }
30   ]