[Add] jionews-shortssdk-cocoapod 2.1.5
[CocoaPods.git] / Specs / d / 6 / 8 / BitautoTech / 0.0.7 / BitautoTech.podspec.json
blobd8ac2217e398d6283430c10f193431b5d7fc41ef
2   "name": "BitautoTech",
3   "version": "0.0.7",
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.7"
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/IndicatorView": [
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": "IndicatorView",
59       "source_files": "BitautoTech/IndicatorView/**/*.{h,m}",
60       "resources": "BitautoTech/IndicatorView/IndicatorView.bundle"
61     },
62     {
63       "name": "Network",
64       "platforms": {
65         "ios": "8.0"
66       },
67       "subspecs": [
68         {
69           "name": "Reachability",
70           "source_files": "BitautoTech/Network/Reachability/*.{h,m}"
71         },
72         {
73           "name": "RequestManager",
74           "source_files": "BitautoTech/Network/RequestManager/*.{h,m}",
75           "dependencies": {
76             "BitautoTech/Network/YTKNetwork": [
78             ]
79           }
80         },
81         {
82           "name": "YTKNetwork",
83           "source_files": "BitautoTech/Network/YTKNetwork/*.{h,m}",
84           "frameworks": "CFNetwork",
85           "dependencies": {
86             "AFNetworking": [
87               "~> 3.1.0"
88             ]
89           }
90         }
91       ]
92     },
93     {
94       "name": "Keychain",
95       "platforms": {
96         "ios": "8.0"
97       },
98       "source_files": "BitautoTech/Keychain/**/*.{h,m}",
99       "dependencies": {
100         "SAMKeychain": [
101           "~> 1.5.3"
102         ]
103       }
104     },
105     {
106       "name": "AccessCodeButton",
107       "platforms": {
108         "ios": "8.0"
109       },
110       "source_files": "BitautoTech/AccessCodeButton/**/*.{h,m}"
111     },
112     {
113       "name": "Base64",
114       "source_files": "BitautoTech/Base64/**/*.{h,m}"
115     },
116     {
117       "name": "AnimationCenter",
118       "source_files": "BitautoTech/AnimationCenter/**/*.{h,m}",
119       "dependencies": {
120         "pop": [
121           "~> 1.0.10"
122         ]
123       }
124     },
125     {
126       "name": "UITabBar+Badge",
127       "source_files": "BitautoTech/UITabBar+Badge/**/*.{h,m}",
128       "dependencies": {
129         "pop": [
130           "~> 1.0.10"
131         ]
132       }
133     },
134     {
135       "name": "DeviceModel",
136       "source_files": "BitautoTech/DeviceModel/**/*.{h,m}",
137       "frameworks": [
138         "AdSupport",
139         "CoreTelephony",
140         "CoreFoundation"
141       ],
142       "xcconfig": {
143         "HEADER_SEARCH_PATHS": "${SDK_DIR}/usr/include/libxml2"
144       },
145       "libraries": "resolv"
146     },
147     {
148       "name": "FPSLabel",
149       "source_files": "BitautoTech/FPSLabel/**/*.{h,m}",
150       "frameworks": "CoreText"
151     },
152     {
153       "name": "HPGrowingTextView",
154       "source_files": "BitautoTech/HPGrowingTextView/**/*.{h,m}"
155     },
156     {
157       "name": "IPAddress",
158       "source_files": "BitautoTech/IPAddress/**/*.{h,m}"
159     },
160     {
161       "name": "SMPageControl",
162       "source_files": "BitautoTech/SMPageControl/**/*.{h,m}"
163     },
164     {
165       "name": "StarRatingView",
166       "source_files": "BitautoTech/StarRatingView/**/*.{h,m}"
167     },
168     {
169       "name": "Switch",
170       "source_files": "BitautoTech/Switch/**/*.{h,m}"
171     },
172     {
173       "name": "TSMessages",
174       "source_files": "BitautoTech/TSMessages/**/*.{h,m}",
175       "resources": [
176         "BitautoTech/TSMessages/**/*.png",
177         "BitautoTech/TSMessages/**/*.json"
178       ]
179     }
180   ]