[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / 0 / 9 / 6 / WindowAlert / 2.0.0 / WindowAlert.podspec.json
blobb1b0d564e0c3332c3e995059df07f767bcf15386
2   "name": "WindowAlert",
3   "version": "2.0.0",
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     "branch": "master",
14     "tag": "2.0.0"
15   },
16   "platforms": {
17     "ios": "8.0"
18   },
19   "source_files": "WindowAlert/Classes/**/*",
20   "frameworks": "UIKit",
21   "pushed_with_swift_version": "3.0"