[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 1 / b / 3 / VBKit / 0.1.6 / VBKit.podspec.json
blob0ee4318333314e36e014210d96d3ff298f4d8ad8
2   "name": "VBKit",
3   "version": "0.1.6",
4   "summary": "VBKit is committed to rapid construction projects.",
5   "description": "VBKit for base project.VBKit is committed to rapid construction projects.",
6   "homepage": "https://github.com/VisionBao/VBKit/",
7   "license": "MIT",
8   "authors": {
9     "VisionBao": "visionbao@163.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/VisionBao/VBKit.git",
16     "tag": "0.1.6"
17   },
18   "requires_arc": true,
19   "source_files": "VBKit/VBKit.h",
20   "subspecs": [
21     {
22       "name": "VBConstants",
23       "source_files": "VBKit/VBConstants.h"
24     },
25     {
26       "name": "VBCategories",
27       "source_files": "VBKit/VBCategories/**/*"
28     },
29     {
30       "name": "VBFoundation",
31       "source_files": "VBKit/VBFoundation/**/*",
32       "dependencies": {
33         "CocoaLumberjack": [
34           "~> 3.0.0"
35         ]
36       }
37     },
38     {
39       "name": "VBManagers",
40       "source_files": "VBKit/VBManagers/VBManagers.h",
41       "subspecs": [
42         {
43           "name": "VBUMengAnalyticsManager",
44           "source_files": "VBKit/VBManagers/VBUMengAnalyticsManager/**/*",
45           "dependencies": {
46             "UMengAnalytics": [
47               "~> 4.2.4"
48             ]
49           }
50         },
51         {
52           "name": "VBDBManager",
53           "source_files": "VBKit/VBManagers/VBDBManager/**/*",
54           "dependencies": {
55             "FMDB/SQLCipher": [
56               "~> 2.7.2"
57             ]
58           },
59           "libraries": "sqlite3"
60         },
61         {
62           "name": "VBFileManager",
63           "source_files": "VBKit/VBManagers/VBFileManager/**/*",
64           "dependencies": {
65             "ZipArchive": [
66               "~> 1.4.0"
67             ]
68           }
69         },
70         {
71           "name": "VBHTTPManager",
72           "source_files": "VBKit/VBManagers/VBHTTPManager/**/*",
73           "dependencies": {
74             "AFNetworking": [
75               "~> 3.1.0"
76             ],
77             "YYCache": [
78               "~> 1.0.4"
79             ]
80           }
81         },
82         {
83           "name": "VBLocationManager",
84           "source_files": "VBKit/VBManagers/VBLocationManager/**/*",
85           "frameworks": "CoreLocation"
86         }
87       ]
88     },
89     {
90       "name": "VBUI",
91       "source_files": "VBKit/VBUI/VBUI.h",
92       "subspecs": [
93         {
94           "name": "VBAlertView",
95           "source_files": "VBKit/VBUI/VBAlertView/**/*.{h,m}",
96           "resources": "VBKit/VBUI/VBAlertView/**/*.png",
97           "dependencies": {
98             "WSProgressHUD": [
99               "~> 1.1.1"
100             ]
101           }
102         },
103         {
104           "name": "Base",
105           "source_files": "VBKit/VBUI/Base/**/*.{h,m}",
106           "resources": "VBKit/VBUI/Base/**/*.png",
107           "dependencies": {
108             "VBKit/VBConstants": [
110             ]
111           }
112         }
113       ]
114     }
115   ]