blob: d74e434a38cb74bb481eb3b0b4a7b5e166ac7a7e [file] [log] [blame]
{
"name": "MPNetworking",
"version": "0.0.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.0.8"
},
"swift_versions": "4.2",
"source_files": "MPNetworking/Source/**/*",
"frameworks": "Foundation",
"swift_version": "4.2"
}