blob: c8302a98efecc96a660407dd4ce4534f8371d0c9 [file] [log] [blame]
{
"name": "KRNRequestManager",
"version": "0.0.7",
"summary": "KRNRequestManager is a wrapper of NSURLSession to simplify REST requests",
"homepage": "https://github.com/ulian-onua/KRNRequestManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Julian Drapaylo": "ulian.onua@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/ulian-onua/KRNRequestManager.git",
"tag": "0.0.7"
},
"source_files": "Source/*.{swift}",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.2"
},
"frameworks": "Foundation",
"requires_arc": true
}