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