[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / d / 6 / 8 / BitautoTech / 0.0.3 / BitautoTech.podspec.json
blob0e3e77e5d03471d6d67f946040c35ea8bb86b815
2   "name": "BitautoTech",
3   "version": "0.0.3",
4   "summary": "BitautoTech工具类,封装下拉刷新,集成分类,更加方便开发使用",
5   "homepage": "https://github.com/huipengo/BitautoTech",
6   "license": "MIT",
7   "authors": {
8     "huipeng": "penghui_only@163.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/huipengo/BitautoTech.git",
15     "tag": "0.0.3"
16   },
17   "requires_arc": true,
18   "frameworks": [
19     "UIKit",
20     "Foundation"
21   ],
22   "default_subspecs": "Core",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "BitautoTech/BitautoTech/Refresh/**/*",
27       "dependencies": {
28         "MJRefresh": [
29           "~> 3.1.15"
30         ]
31       }
32     },
33     {
34       "name": "Category",
35       "platforms": {
36         "ios": "8.0"
37       },
38       "source_files": "BitautoTech/BitautoTech/Category/**/*"
39     }
40   ]