blob: 0ded564c4902220104ffebdbcb362386749dabb7 [file] [log] [blame]
{
"name": "KRNAlert",
"version": "0.0.3",
"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.3"
},
"source_files": "KRNAlert/*.{h,m}",
"public_header_files": "KRNAlert/*.h",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}