[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 0 / 9 / 6 / WindowAlert / 1.0.0.3 / WindowAlert.podspec.json
blobf3db4b13c6a90e6069e8dc03cd6d267f0ec59b67
2   "name": "WindowAlert",
3   "version": "1.0.0.3",
4   "summary": "Helper class to simplify presentation of UIAlertController",
5   "description": "WindowAlert is a class that helps you handle the presentation of UIAlertController. It creates separate UIWindow with transparent UIViewController, and presents it on top of that UIViewController, so you don't have to worry about looking for a view controller to present your UIAlertController on.",
6   "homepage": "https://github.com/DrBreen/WindowAlert",
7   "license": "Apache 2.0",
8   "authors": {
9     "Alexander": "wryyy906@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/DrBreen/WindowAlert.git",
13     "tag": "1.0.0.3"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source_files": "WindowAlert/Classes/**/*",
19   "frameworks": "UIKit"