blob: ba722882d44e389f9f01ca4aa47a629e7209968d [file] [log] [blame]
{
"name": "STAlertController",
"version": "0.0.4",
"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.4"
},
"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."
}