[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / a / d / e / STAlertController / 0.0.5 / STAlertController.podspec.json
blobd281d67d95c66dc360b9a3b615240b4f5bab5162
2   "name": "STAlertController",
3   "version": "0.0.5",
4   "summary": "A subclass of UIAlertController that can be presented one by one in a queue.",
5   "homepage": "https://github.com/shien7654321/STAlertController",
6   "authors": {
7     "Suta": "shien7654321@163.com"
8   },
9   "source": {
10     "git": "https://github.com/shien7654321/STAlertController.git",
11     "tag": "0.0.5"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "requires_arc": true,
17   "license": {
18     "type": "MIT",
19     "file": "LICENSE"
20   },
21   "frameworks": [
22     "Foundation",
23     "UIKit"
24   ],
25   "source_files": "STAlertController/*.{swift}",
26   "compiler_flags": "-fmodules",
27   "pod_target_xcconfig": {
28     "SWIFT_VERSION": "5.0"
29   },
30   "description": "STAlertController is a subclass of UIAlertController that can be presented one by one in a queue."