[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / 5 / f / d / MISAlertController / 1.0.0 / MISAlertController.podspec.json
blobd8e111074da0188285aefce26111ef34fabffc10
2   "name": "MISAlertController",
3   "version": "1.0.0",
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",
7   "license": "MIT",
8   "authors": {
9     "Michael Schneider": "mischneider1@gmail.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "requires_arc": true,
15   "source": {
16     "git": "https://github.com/maicki/MISAlertController.git",
17     "tag": "1.0.0"
18   },
19   "source_files": "MISAlertController",
20   "public_header_files": "MISAlertController/**/*.h",
21   "frameworks": "UIKit"