blob: 8fd203b61448a190fcd91764f9952696631351f9 [file] [log] [blame]
{
"name": "JRAlertController",
"version": "1.1.0",
"summary": "Based on Apple's UIAlertController control API, rebuilt it with swift, JRAlertController is more in line with mainstream style of the APP.",
"homepage": "https://github.com/Jiar/JRAlertController",
"license": {
"type": "Apache-2.0",
"file": "LICENSE"
},
"authors": {
"Jiar": "jiar.world@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Jiar/JRAlertController.git",
"tag": "1.1.0"
},
"source_files": "Source/*.swift",
"module_name": "JRAlertController",
"requires_arc": true,
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"static_framework": true,
"pushed_with_swift_version": "4.0"
}