blob: 3a6f9ef9fbc34ac3155d5990082379689ea1fa44 [file] [log] [blame]
{
"name": "MPNetworking",
"version": "0.3.3",
"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.3.3"
},
"swift_versions": "5.0",
"source_files": "MPNetworking/Source/**/*",
"frameworks": "Foundation",
"swift_version": "5.0"
}