[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / d / 6 / 8 / BitautoTech / 0.0.5 / BitautoTech.podspec.json
blob1e18fcfd4d5b1f19bd1a27e33f3bade81e7bd008
2   "name": "BitautoTech",
3   "version": "0.0.5",
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.5"
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       "subspecs": [
42         {
43           "name": "UIKit",
44           "source_files": "BitautoTech/BitautoTech/Category/UIKit/*.{h,m}",
45           "dependencies": {
46             "BitautoTech/Category/Foundation": [
48             ]
49           }
50         },
51         {
52           "name": "Foundation",
53           "source_files": "BitautoTech/BitautoTech/Category/Foundation/*.{h,m}"
54         }
55       ]
56     },
57     {
58       "name": "Indicator",
59       "platforms": {
60         "ios": "8.0"
61       },
62       "source_files": "BitautoTech/BitautoTech/Indicator/**/*.{h,m}",
63       "resources": "BitautoTech/BitautoTech/Indicator/Indicator.bundle"
64     }
65   ]