blob: d8e111074da0188285aefce26111ef34fabffc10 [file] [log] [blame]
{
"name": "MISAlertController",
"version": "1.0.0",
"summary": "Add support for UIAlertController API to iOS7+. Uses UIAlertController (iOS 8+) and UIAlertView / UIAlertSheet (iOS 7) behind the scenes.",
"description": " If you want to use UIAlertController, but still need to support iOS 7 this project is for you.\n\n MISAlertController is a wrapper around UIAlertController and UIAlertView / UIActionSheet. On iOS 7 MISAlertController uses UIAlertView or UIActionSheet and on iOS 8 it uses UIAlertController to show Alerts and Action Sheets.\n\n MISAlertController uses ARC and supports iOS 7.0+\n",
"homepage": "https://github.com/maicki/MISAlertController",
"license": "MIT",
"authors": {
"Michael Schneider": "mischneider1@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/maicki/MISAlertController.git",
"tag": "1.0.0"
},
"source_files": "MISAlertController",
"public_header_files": "MISAlertController/**/*.h",
"frameworks": "UIKit"
}