[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / b / 3 / VBKit / 0.1.7 / VBKit.podspec.json
blob0975d7700bd4f43648cd7e2216f6539454abf3ae
2   "name": "VBKit",
3   "version": "0.1.7",
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.7"
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": "VBDBManager",
44           "source_files": "VBKit/VBManagers/VBDBManager/**/*",
45           "dependencies": {
46             "FMDB/SQLCipher": [
47               "~> 2.7.2"
48             ]
49           },
50           "libraries": "sqlite3"
51         },
52         {
53           "name": "VBFileManager",
54           "source_files": "VBKit/VBManagers/VBFileManager/**/*",
55           "dependencies": {
56             "ZipArchive": [
57               "~> 1.4.0"
58             ]
59           }
60         },
61         {
62           "name": "VBHTTPManager",
63           "source_files": "VBKit/VBManagers/VBHTTPManager/**/*",
64           "dependencies": {
65             "AFNetworking": [
66               "~> 3.1.0"
67             ],
68             "YYCache": [
69               "~> 1.0.4"
70             ]
71           }
72         },
73         {
74           "name": "VBLocationManager",
75           "source_files": "VBKit/VBManagers/VBLocationManager/**/*",
76           "frameworks": "CoreLocation"
77         }
78       ]
79     },
80     {
81       "name": "VBUI",
82       "source_files": "VBKit/VBUI/VBUI.h",
83       "subspecs": [
84         {
85           "name": "VBAlertView",
86           "source_files": "VBKit/VBUI/VBAlertView/**/*.{h,m}",
87           "resources": "VBKit/VBUI/VBAlertView/**/*.png",
88           "dependencies": {
89             "WSProgressHUD": [
90               "~> 1.1.1"
91             ]
92           }
93         },
94         {
95           "name": "Base",
96           "source_files": "VBKit/VBUI/Base/**/*.{h,m}",
97           "resources": "VBKit/VBUI/Base/**/*.png",
98           "dependencies": {
99             "VBKit/VBConstants": [
101             ]
102           }
103         }
104       ]
105     }
106   ]