[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / a / f / TYBase / 0.0.1 / TYBase.podspec.json
blob0ecf601061702856b39e928bcdbeb987175ca342
2   "name": "TYBase",
3   "version": "0.0.1",
4   "summary": "通用基础项目框架",
5   "description": "通用基础项目框架,直接使用pod导入到新的项目中即可使用;",
6   "homepage": "https://gitee.com/zhouyc/TYBase",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "huwenqiang": "hwqforapple@163.com"
13   },
14   "source": {
15     "git": "https://gitee.com/zhouyc/TYBase.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "TYBase/**/*",
22   "dependencies": {
23     "AFNetworking": [
25     ],
26     "MBProgressHUD": [
28     ]
29   }