[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 4 / b / d / SWAlertController / 0.0.1-beta / SWAlertController.podspec.json
blobb787bb355a3332cb2cf05674e69b6013f517688d
2   "name": "SWAlertController",
3   "version": "0.0.1-beta",
4   "summary": "Simple Alert View using Swift 2.2, which can be used as a UIAlertController.",
5   "description": "\"Simple Alert View using Swift 2.2, which can be used as a UIAlertController. Supports iOS 8.0+.\"",
6   "homepage": "https://github.com/ShiWeiCN/SWActionSheet",
7   "license": "MIT",
8   "authors": {
9     "ShiWeiCN": "stayfocusjs@gmail.com"
10   },
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/ShiWeiCN/SWActionSheet.git",
16     "tag": "0.0.1-beta"
17   },
18   "source_files": [
19     "SWAlertController",
20     "SWAlertController/**/*.{swift}"
21   ],
22   "frameworks": [
23     "UIKit",
24     "Foundation"
25   ]