[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / d / 6 / 8 / BitautoTech / 0.0.4 / BitautoTech.podspec.json
blob4cfd768667daf6c49ed75efbf81e271cf7e08988
2   "name": "BitautoTech",
3   "version": "0.0.4",
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.4"
16   },
17   "requires_arc": true,
18   "frameworks": [
19     "UIKit",
20     "Foundation"
21   ],
22   "subspecs": [
23     {
24       "name": "Refresh",
25       "source_files": "BitautoTech/BitautoTech/Refresh/**/*.{h,m}",
26       "resources": "BitautoTech/BitautoTech/Refresh/Refresh.bundle",
27       "dependencies": {
28         "MJRefresh": [
29           "~> 3.1.15"
30         ],
31         "BitautoTech/Indicator": [
33         ]
34       }
35     },
36     {
37       "name": "Category",
38       "platforms": {
39         "ios": "8.0"
40       },
41       "source_files": "BitautoTech/BitautoTech/Category/**/*.{h,m}"
42     },
43     {
44       "name": "Indicator",
45       "platforms": {
46         "ios": "8.0"
47       },
48       "source_files": "BitautoTech/BitautoTech/Indicator/**/*.{h,m}",
49       "resources": "BitautoTech/BitautoTech/Indicator/Indicator.bundle"
50     }
51   ]