blob: ee4299bfe954f6d94e1c790f79e47b4feeb40cd8 [file] [log] [blame]
{
"name": "UIViewController+Alert",
"version": "0.0.2",
"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.2"
},
"source_files": "UIViewController+Alert.{h,m}",
"frameworks": "UIKit",
"dependencies": {
"UIActionSheet+Blocks": [
]
}
}