[Add] FluentIcons 1.1.268
[CocoaPods.git] / Specs / 1 / b / 3 / VBKit / 0.1.3 / VBKit.podspec.json
blob626af5ecbb9a3ea7e168aa8ab1a6cbf0c82b6cd4
2   "name": "VBKit",
3   "version": "0.1.3",
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.3"
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.6.2"
57             ]
58           }
59         },
60         {
61           "name": "VBFileManager",
62           "source_files": "VBKit/VBManagers/VBFileManager/**/*",
63           "dependencies": {
64             "ZipArchive": [
65               "~> 1.4.0"
66             ]
67           }
68         },
69         {
70           "name": "VBHTTPManager",
71           "source_files": "VBKit/VBManagers/VBHTTPManager/**/*",
72           "dependencies": {
73             "AFNetworking": [
74               "~> 3.1.0"
75             ],
76             "YYCache": [
77               "~> 1.0.4"
78             ]
79           }
80         },
81         {
82           "name": "VBLocationManager",
83           "source_files": "VBKit/VBManagers/VBLocationManager/**/*",
84           "frameworks": "CoreLocation"
85         }
86       ]
87     },
88     {
89       "name": "VBUI",
90       "source_files": "VBKit/VBUI/VBUI.h",
91       "subspecs": [
92         {
93           "name": "VBAlertView",
94           "source_files": "VBKit/VBUI/VBAlertView/**/*.{h,m}",
95           "resources": "VBKit/VBUI/VBAlertView/**/*.png",
96           "dependencies": {
97             "WSProgressHUD": [
98               "~> 1.1.1"
99             ]
100           }
101         },
102         {
103           "name": "Base",
104           "source_files": "VBKit/VBUI/Base/**/*.{h,m}",
105           "resources": "VBKit/VBUI/Base/**/*.png",
106           "dependencies": {
107             "VBKit/VBConstants": [
109             ]
110           }
111         }
112       ]
113     }
114   ]