blob: e1f12c59efa8e8844e5f266bf97452114c05451d [file] [log] [blame]
{
"name": "DAAlertController",
"version": "0.1.2",
"summary": "DAAlertController is pretty much a UIAlertController for both iOS 8 and 7.",
"homepage": "https://github.com/daria-kopaliani/DAAlertController",
"license": "MIT",
"authors": {
"Daria Kopaliani": "daria.kopaliani@gmail.com"
},
"source": {
"git": "https://github.com/daria-kopaliani/DAAlertController.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"DAAlertController": [
"Pod/Assets/*.png"
]
}
}