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