blob: b382abd5a31b253809fc31cf05d84c472919f8ac [file] [log] [blame]
{
"name": "NZAlertView",
"version": "0.0.1",
"license": "MIT",
"summary": "Simple and intuitive alert view. Similar to push notification effect.",
"homepage": "https://github.com/NZN/NZAlertView",
"requires_arc": true,
"platforms": {
"ios": "5.0"
},
"authors": {
"Bruno Tortato Furtado": "bruno.furtado@gruponzn.com"
},
"dependencies": {
"UIImage-Helpers": [
"~> 0.0.1"
]
},
"source_files": "NZAlertView/**/*.{h,m}",
"resources": "NZAlertView/NZAlertView-Icons.bundle",
"source": {
"git": "https://github.com/NZN/NZAlertView.git",
"tag": "0.0.1"
}
}