[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / a / 2 / 9 / QuickDialog / 1.0 / QuickDialog.podspec.json
blob6065abc58a5c5835723fc7d2b23eacbd7a88da93
2   "name": "QuickDialog",
3   "version": "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.0",
16     "submodules": true
17   },
18   "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!",
19   "requires_arc": true,
20   "default_subspecs": [
21     "Core"
22   ],
23   "prefix_header_contents": "#ifdef __OBJC__\n    #import \"QuickDialog.h\"\n#endif\n",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": [
28         "quickdialog/*.{h,m}",
29         "QuickDialogDelegate.h",
30         "QDateInlineTableViewCell.{h,m}"
31       ]
32     },
33     {
34       "name": "Extras",
35       "dependencies": {
36         "QuickDialog/Core": [
38         ]
39       },
40       "source_files": "extras/*.{h,m}"
41     },
42     {
43       "name": "QPicker",
44       "dependencies": {
45         "QuickDialog/Core": [
47         ]
48       },
49       "source_files": "extras/QPicker*.{h,m}"
50     },
51     {
52       "name": "QMail",
53       "dependencies": {
54         "QuickDialog/Core": [
56         ]
57       },
58       "source_files": "extras/QMail*.{h,m}"
59     },
60     {
61       "name": "QMap",
62       "dependencies": {
63         "QuickDialog/Core": [
65         ]
66       },
67       "source_files": "extras/QMap*.{h,m}"
68     },
69     {
70       "name": "QWeb",
71       "dependencies": {
72         "QuickDialog/Core": [
74         ]
75       },
76       "source_files": "extras/QWeb*.{h,m}"
77     },
78     {
79       "name": "QColor",
80       "dependencies": {
81         "QuickDialog/Core": [
83         ]
84       },
85       "source_files": [
86         "extras/QColor*.{h,m}",
87         "extras/UIColor*.{h,m}"
88       ]
89     }
90   ]