blob: 320f8470e36c7a42dd24504b08475f60cc5acaa8 [file]
{
"name": "STAlertController",
"version": "0.0.2",
"summary": "A subclass of UIAlertController that can be presented one by one in a queue.",
"homepage": "https://github.com/shien7654321/STAlertController",
"authors": {
"Suta": "shien7654321@163.com"
},
"source": {
"git": "https://github.com/shien7654321/STAlertController.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"license": {
"type": "MIT",
"file": "LICENSE"
},
"frameworks": [
"Foundation",
"UIKit"
],
"source_files": "STAlertController/*.{swift}",
"compiler_flags": "-fmodules",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
},
"description": "STAlertController is a subclass of UIAlertController that can be presented one by one in a queue."
}