[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 9 / f / b / UIAlertController+SBAWindow / 1.0 / UIAlertController+SBAWindow.podspec.json
blobc876f661f210c301cacac9fc7e46ae9ca1768a26
2   "name": "UIAlertController+SBAWindow",
3   "version": "1.0",
4   "summary": "Light-weight category that adds -showAnimated method to UIAlertController. Presenting UIAlertControllers from anywhere in the window.",
5   "homepage": "https://github.com/shoaib-akhtar/UIAlertController-SBAWindow",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Shoaib Akhtar": "shoaib.akhtar1@live.com"
12   },
13   "source": {
14     "git": "https://github.com/shoaib-akhtar/UIAlertController-SBAWindow.git",
15     "tag": "1.0"
16   },
17   "platforms": {
18     "ios": "8.0"
19   },
20   "requires_arc": true,
21   "source_files": "Classes/*.{h,m}",
22   "frameworks": [
23     "Foundation",
24     "UIKit"
25   ]