blob: 2db365f5f228849de331ef498341482e9e950f27 [file] [log] [blame]
{
"name": "KRNAlert",
"version": "0.0.2",
"summary": "KRNAlert is a wrapper of UIAlertController to simplify its usage in typical cases",
"homepage": "https://github.com/ulian-onua/KRNAlert",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Julian Drapaylo": "ulian.onua@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ulian-onua/KRNAlert.git",
"tag": "0.0.2"
},
"source_files": "KRNAlert/*.{h,m}",
"public_header_files": "KRNAlert/*.h",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}