[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 9 / f / b / UIAlertController+SBAWindow / 1.2 / UIAlertController+SBAWindow.podspec.json
blob683dbd90ac4d185068734f0e162a78bbf93cdd89
2   "name": "UIAlertController+SBAWindow",
3   "version": "1.2",
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     "branch": "master",
16     "tag": "1.2"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "source_files": "Classes/*.{h,m}",
23   "frameworks": [
24     "Foundation",
25     "UIKit"
26   ]