blob: a35888b5b04262416277bf15d7923b6d73190e40 [file] [log] [blame]
{
"name": "QuickDialog",
"version": "0.6",
"platforms": {
"ios": null
},
"license": "Apache License, Version 2.0",
"summary": "Quick and easy dialog screens for iOS.",
"homepage": "http://escoz.com/quickdialog",
"authors": {
"Eduardo Scoz": "contact@escoz.com"
},
"source": {
"git": "https://github.com/escoz/QuickDialog.git",
"tag": "0.6"
},
"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!",
"source_files": [
"quickdialog",
"*.{h,m}"
],
"requires_arc": true,
"frameworks": [
"MapKit",
"CoreLocation"
]
}