2 "name": "MISAlertController",
4 "summary": "Add support for UIAlertController API to iOS7+. Uses UIAlertController (iOS 8+) and UIAlertView / UIAlertSheet (iOS 7) behind the scenes.",
5 "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",
6 "homepage": "https://github.com/maicki/MISAlertController",
9 "Michael Schneider": "mischneider1@gmail.com"
16 "git": "https://github.com/maicki/MISAlertController.git",
19 "source_files": "MISAlertController",
20 "public_header_files": "MISAlertController/**/*.h",