[Add] RadarSDKMotion 3.19.7-beta.1
[CocoaPods.git] / Specs / 4 / a / f / TYBase / 0.0.11 / TYBase.podspec.json
blobb376dba7dd6e0adaba00af26ade5b5625e87ece3
2   "name": "TYBase",
3   "version": "0.0.11",
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.11"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "TYBase/**/*",
22   "dependencies": {
23     "AFNetworking": [
25     ],
26     "MBProgressHUD": [
28     ],
29     "Masonry": [
31     ],
32     "MJExtension": [
34     ],
35     "WechatOpenSDK": [
37     ],
38     "SDWebImage": [
40     ]
41   },
42   "subspecs": [
43     {
44       "name": "TYBaseTools",
45       "source_files": "TYBase/TYBaseTools/*.{h,m}"
46     }
47   ]