blob: 34238c62da5d0292a85089e3d83b3172b63cf60c [file] [log] [blame]
{
"name": "MPNetworking",
"version": "0.0.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"
},
"social_media_url": "https://twitter.com/kutancingisiz",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/kutan74/MPNetworking.git",
"tag": "0.0.3"
},
"swift_versions": "4.2",
"source_files": "MPNetworking/**/*.{h,m}",
"swift_version": "4.2"
}