blob: 353f734509371f64c3ad644ae56b62dc6cd59502 [file] [log] [blame]
{
"name": "GNAlertConveniences",
"version": "0.1.0",
"summary": "A UIViewController extension designed to simplify your life when presenting a UIAlertController.",
"homepage": "https://github.com/gonzalonunez/GNAlertConveniences",
"license": "MIT",
"authors": {
"Gonzalo Nunez": "gonzi@tcpmiami.com"
},
"source": {
"git": "https://github.com/gonzalonunez/GNAlertConveniences.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"GNAlertConveniences": [
"Pod/Assets/*.png"
]
}
}