[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 3 / e / 5 / XWBase / 0.1.0 / XWBase.podspec.json
blob0395aeb058c4629277fe813f438e337f52957263
2   "name": "XWBase",
3   "version": "0.1.0",
4   "summary": "APP 基础类",
5   "description": "APP 开发中常用的基础类,在这里做收集,方便以后的开发中直接继承就好。",
6   "homepage": "https://gitee.com/wangzhenzy/XWBase",
7   "license": "MIT",
8   "authors": {
9     "wangzhen": "wangzhenzy@outlook.com"
10   },
11   "source": {
12     "git": "https://gitee.com/wangzhenzy/XWBase.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "XWBase/Classes/**/*",
20   "public_header_files": "XWBase/Classes/**/*.h",
21   "frameworks": [
22     "UIKit",
23     "Foundation"
24   ],
25   "dependencies": {
26     "Reachability": [
28     ],
29     "MJRefresh": [
31     ],
32     "SVProgressHUD": [
34     ],
35     "FDFullscreenPopGesture": [
37     ],
38     "IQKeyboardManager": [
40     ],
41     "CYLTabBarController": [
43     ],
44     "YYModel": [
46     ],
47     "YYCategories": [
49     ]
50   }