[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 2 / 9 / QuickDialog / 1.1.0 / QuickDialog.podspec.json
blob0315c6ea3674df8e5dcc062ca4c09c6ddb89ef2b
2   "name": "QuickDialog",
3   "version": "1.1.0",
4   "platforms": {
5     "ios": "5.0"
6   },
7   "license": "Apache License, Version 2.0",
8   "summary": "Quick and easy dialog screens for iOS.",
9   "homepage": "http://escoz.com/quickdialog",
10   "authors": {
11     "Eduardo Scoz": "contact@escoz.com"
12   },
13   "source": {
14     "git": "https://github.com/escoz/QuickDialog.git",
15     "tag": "1.1.0"
16   },
17   "description": "QuickDialog allows you to create HIG-compliant iOS forms for your apps without having to directly deal with UITableViews, delegates and data sources. Fast and efficient, you can create forms with multiple text fields, or with thousands of items with no sweat!",
18   "requires_arc": true,
19   "default_subspecs": "Core",
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": [
24         "quickdialog",
25         "*.{h,m}"
26       ]
27     },
28     {
29       "name": "Extras",
30       "dependencies": {
31         "QuickDialog/Core": [
33         ]
34       },
35       "source_files": [
36         "extras",
37         "*.{h,m}"
38       ]
39     },
40     {
41       "name": "QPicker",
42       "dependencies": {
43         "QuickDialog/Core": [
45         ]
46       },
47       "source_files": "extras/QPicker*.{h,m}"
48     },
49     {
50       "name": "QMail",
51       "dependencies": {
52         "QuickDialog/Core": [
54         ]
55       },
56       "source_files": "extras/QMail*.{h,m}"
57     },
58     {
59       "name": "QMap",
60       "dependencies": {
61         "QuickDialog/Core": [
63         ]
64       },
65       "source_files": "extras/QMap*.{h,m}"
66     },
67     {
68       "name": "QWeb",
69       "dependencies": {
70         "QuickDialog/Core": [
72         ]
73       },
74       "source_files": "extras/QWeb*.{h,m}"
75     },
76     {
77       "name": "QColor",
78       "dependencies": {
79         "QuickDialog/Core": [
81         ]
82       },
83       "source_files": [
84         "extras/QColor*.{h,m}",
85         "extras/UIColor*.{h,m}"
86       ]
87     }
88   ]