[Add] YIM 2.2.8
[CocoaPods.git] / Specs / d / b / f / UIViewController+Alert / 0.0.4 / UIViewController+Alert.podspec.json
blob7b07a8f42409793fee2f9fb9c70af011e6feb165
2   "name": "UIViewController+Alert",
3   "version": "0.0.4",
4   "license": {
5     "type": "MIT"
6   },
7   "summary": "Convenience class for displaying alerts and action sheets on both iOS7 and 8 (uses UIAlertController in iOS8)",
8   "homepage": "https://github.com/project-badass/UIViewController-Alert",
9   "authors": {
10     "Ameesh Kapoor": "ameesh@gmail.com"
11   },
12   "platforms": {
13     "ios": "7.0"
14   },
15   "source": {
16     "git": "https://github.com/project-badass/UIViewController-Alert.git",
17     "tag": "0.0.4"
18   },
19   "source_files": "UIViewController+Alert.{h,m}",
20   "frameworks": "UIKit",
21   "dependencies": {
22     "UIActionSheet+Blocks": [
24     ]
25   }