[Add] PrimerSDK 2.33.1
[CocoaPods.git] / Specs / a / 2 / 9 / QuickDialog / 0.9.1 / QuickDialog.podspec.json
blob144a4c18879c056f46aa666d3f3881123b87e247
2   "name": "QuickDialog",
3   "version": "0.9.1",
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": "0.9.1"
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   "source_files": [
19     "quickdialog",
20     "extras",
21     "*.{h,m}"
22   ],
23   "frameworks": [
24     "MapKit",
25     "CoreLocation"
26   ],
27   "requires_arc": true,
28   "prefix_header_contents": "#ifdef __OBJC__\n    #import \"QuickDialog.h\"\n#endif\n"