blob: 883593d6980c98436a5721b2173e528666623d86 [file] [log] [blame]
{
"name": "IDAlertController",
"version": "0.1.0",
"summary": "iOS7-safe AlertController",
"description": "\n\n * Markdown format.\n * Don't worry about the indent, we strip it!\n",
"homepage": "https://github.com/i-dama/IDAlertController",
"license": "MIT",
"authors": {
"Ivan Damjanović": "ivan.damjanovic@infinum.hr"
},
"source": {
"git": "https://github.com/i-dama/IDAlertController.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resource_bundles": {
"IDAlertController": [
"Pod/Assets/*.png"
]
},
"public_header_files": "Pod/Classes/**/*.h"
}