[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / d / 6 / 8 / BitautoTech / 0.0.6 / BitautoTech.podspec.json
blobe9009a22865e5f3b08e9fa03bcf95a0983d2c1ad
2   "name": "BitautoTech",
3   "version": "0.0.6",
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.6"
16   },
17   "requires_arc": true,
18   "frameworks": [
19     "UIKit",
20     "Foundation"
21   ],
22   "subspecs": [
23     {
24       "name": "Refresh",
25       "source_files": "BitautoTech/Refresh/**/*.{h,m}",
26       "resources": "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/Category/UIKit/*.{h,m}",
45           "dependencies": {
46             "BitautoTech/Category/Foundation": [
48             ]
49           }
50         },
51         {
52           "name": "Foundation",
53           "source_files": "BitautoTech/Category/Foundation/*.{h,m}"
54         }
55       ]
56     },
57     {
58       "name": "Indicator",
59       "platforms": {
60         "ios": "8.0"
61       },
62       "source_files": "BitautoTech/Indicator/**/*.{h,m}",
63       "resources": "BitautoTech/Indicator/Indicator.bundle"
64     },
65     {
66       "name": "Network",
67       "platforms": {
68         "ios": "8.0"
69       },
70       "subspecs": [
71         {
72           "name": "Reachability",
73           "source_files": "BitautoTech/Network/Reachability/*.{h,m}"
74         },
75         {
76           "name": "RequestManager",
77           "source_files": "BitautoTech/Network/RequestManager/*.{h,m}",
78           "dependencies": {
79             "BitautoTech/Network/YTKNetwork": [
81             ]
82           }
83         },
84         {
85           "name": "YTKNetwork",
86           "source_files": "BitautoTech/Network/YTKNetwork/*.{h,m}",
87           "frameworks": "CFNetwork",
88           "dependencies": {
89             "AFNetworking": [
90               "~> 3.1.0"
91             ]
92           }
93         }
94       ]
95     },
96     {
97       "name": "Keychain",
98       "platforms": {
99         "ios": "8.0"
100       },
101       "source_files": "BitautoTech/Keychain/**/*.{h,m}",
102       "dependencies": {
103         "SAMKeychain": [
104           "~> 1.5.3"
105         ]
106       }
107     }
108   ]