blob: 3e2dd51b46b469f0452ea3bc93b22d11f1b4652d [file] [log] [blame]
{
"name": "KRNRequestManager",
"version": "0.0.3",
"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.3"
},
"source_files": "Source/*.{swift}",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
},
"frameworks": "Foundation",
"requires_arc": true
}