[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / b / 1 / project-Vender / 1.0.2 / project-Vender.podspec.json
blob879b3a6d8670b29b73256524a9be9feb13a394d3
2   "name": "project-Vender",
3   "version": "1.0.2",
4   "license": "MIT",
5   "summary": "Some common components that you encapsulate yourself.",
6   "homepage": "https://github.com/qiancaox/project-Vender.git",
7   "social_media_url": "https://github.com/qiancaox/project-Vender.git",
8   "authors": {
9     "qiancaox": "http://qiancaox.top/"
10   },
11   "source": {
12     "git": "https://github.com/qiancaox/project-Vender.git",
13     "tag": "1.0.2",
14     "submodules": true
15   },
16   "requires_arc": true,
17   "platforms": {
18     "ios": "7.0"
19   },
20   "subspecs": [
21     {
22       "name": "Activity",
23       "dependencies": {
24         "project-Normal": [
26         ]
27       },
28       "source_files": "project-Vender/Vender/Activity/*.{h,m}",
29       "frameworks": [
30         "Foundation",
31         "UIKit"
32       ]
33     },
34     {
35       "name": "Networking",
36       "dependencies": {
37         "AFNetworking": [
38           "~> 3.2.1"
39         ]
40       },
41       "source_files": "project-Vender/Vender/Networking/*.{h,m}",
42       "frameworks": [
43         "Foundation",
44         "UIKit"
45       ]
46     },
47     {
48       "name": "NumberDecimal",
49       "source_files": "project-Vender/Vender/NumberDecimal/*.{h,m}",
50       "frameworks": [
51         "Foundation",
52         "UIKit"
53       ]
54     },
55     {
56       "name": "Toast",
57       "dependencies": {
58         "project-Normal": [
60         ]
61       },
62       "source_files": "project-Vender/Vender/Toast/*.{h,m}",
63       "frameworks": [
64         "Foundation",
65         "UIKit"
66       ]
67     }
68   ]