[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 1 / d / 7 / BitautoTool / 0.0.1 / BitautoTool.podspec.json
blob3fdbd83f9a58be126232516fe571ece0e17a0af5
2   "name": "BitautoTool",
3   "version": "0.0.1",
4   "summary": "易车创新产品部のiOS开发工具集合,包含刷新组件,类别,网络等等,持续更新升级~方便项目开发使用.",
5   "homepage": "http://gitlab.bitautotech.com/WP/APP/yiche4iOS-Toolkit",
6   "license": "MIT",
7   "authors": {
8     "彭辉": "pengh@yiche.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "git@gitlab.bitautotech.com:WP/APP/yiche4iOS-Toolkit.git",
15     "tag": "0.0.1"
16   },
17   "requires_arc": true,
18   "frameworks": [
19     "UIKit",
20     "Foundation"
21   ],
22   "default_subspecs": "Category",
23   "subspecs": [
24     {
25       "name": "Refresh",
26       "source_files": "BitautoTool/Refresh/**/*.{h,m}",
27       "resources": "BitautoTool/Refresh/Refresh.bundle",
28       "dependencies": {
29         "MJRefresh": [
30           ">= 3.1.15"
31         ],
32         "BitautoTool/Indicator": [
34         ]
35       }
36     },
37     {
38       "name": "Category",
39       "platforms": {
40         "ios": "8.0"
41       },
42       "subspecs": [
43         {
44           "name": "UIKit",
45           "source_files": "BitautoTool/Category/UIKit/*.{h,m}",
46           "dependencies": {
47             "BitautoTool/Category/Foundation": [
49             ]
50           }
51         },
52         {
53           "name": "Foundation",
54           "source_files": "BitautoTool/Category/Foundation/*.{h,m}"
55         }
56       ]
57     },
58     {
59       "name": "Indicator",
60       "platforms": {
61         "ios": "8.0"
62       },
63       "source_files": "BitautoTool/Indicator/**/*.{h,m}",
64       "resources": "BitautoTool/Indicator/Indicator.bundle"
65     },
66     {
67       "name": "Network",
68       "platforms": {
69         "ios": "8.0"
70       },
71       "subspecs": [
72         {
73           "name": "Reachability",
74           "source_files": "BitautoTool/Network/Reachability/*.{h,m}"
75         },
76         {
77           "name": "RequestManager",
78           "source_files": "BitautoTool/Network/RequestManager/*.{h,m}",
79           "dependencies": {
80             "BitautoTool/Network/YTKNetwork": [
82             ]
83           }
84         },
85         {
86           "name": "YTKNetwork",
87           "source_files": "BitautoTool/Network/YTKNetwork/*.{h,m}",
88           "frameworks": "CFNetwork",
89           "dependencies": {
90             "AFNetworking": [
91               ">= 3.1.0"
92             ]
93           }
94         }
95       ]
96     },
97     {
98       "name": "Keychain",
99       "platforms": {
100         "ios": "8.0"
101       },
102       "source_files": "BitautoTool/Keychain/**/*.{h,m}",
103       "dependencies": {
104         "SAMKeychain": [
105           ">= 1.5.3"
106         ]
107       }
108     }
109   ]