blob: 802ed92feac545d94ba5fd0e3e2eba057c7bf2bc [file] [log] [blame]
{
"name": "KRAlert",
"version": "0.0.6",
"summary": "KRAlert is a wrapper of UIAlertController to simplify its usage in typical cases",
"homepage": "https://github.com/ulian-onua/KRAlert",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Julian Drapaylo": "ulian.onua@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ulian-onua/KRAlert.git",
"tag": "0.0.6"
},
"source_files": "Source/*.{swift}",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}