blob: cab47cbb1146e409f74950b89842591207a15033 [file] [log] [blame]
{
"name": "MPNetworking",
"version": "0.1.8",
"summary": "Network abstraction layer written in Swift",
"description": "Allows to abstract your networking layer. MPNetworking doesn't use singleton patterns",
"homepage": "https://github.com/kutan74/MPNetworking",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kutan Çıngısız": "cingisiz.akutan@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/kutan74/MPNetworking.git",
"tag": "0.1.8"
},
"swift_versions": "4.2",
"source_files": "MPNetworking/Source/**/*",
"frameworks": "Foundation",
"swift_version": "4.2"
}