blob: c323f9c32eb67024a97e6a33e4244784badb2019 [file] [log] [blame]
{
"name": "KRAlert",
"version": "0.0.8",
"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.8"
},
"source_files": "Source/*.{swift}",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
},
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}