blob: 7b07a8f42409793fee2f9fb9c70af011e6feb165 [file] [log] [blame]
{
"name": "UIViewController+Alert",
"version": "0.0.4",
"license": {
"type": "MIT"
},
"summary": "Convenience class for displaying alerts and action sheets on both iOS7 and 8 (uses UIAlertController in iOS8)",
"homepage": "https://github.com/project-badass/UIViewController-Alert",
"authors": {
"Ameesh Kapoor": "ameesh@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/project-badass/UIViewController-Alert.git",
"tag": "0.0.4"
},
"source_files": "UIViewController+Alert.{h,m}",
"frameworks": "UIKit",
"dependencies": {
"UIActionSheet+Blocks": [
]
}
}