blob: c310640ed4f8edb90c5f9a98c68ffba7d94c2650 [file] [log] [blame]
{
"name": "NetworkingProtocol",
"version": "0.2.0",
"summary": "Simple protocol for URLSession.",
"description": "Simple wrapper for url request and url session.",
"homepage": "https://github.com/mikolaj92/NetworkingProtocol",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Patryk Mikolajczyk": "mikpat92@gmail.com"
},
"platforms": {
"ios": "10.0",
"tvos": "10.0"
},
"source": {
"git": "https://github.com/mikolaj92/NetworkingProtocol.git",
"tag": "0.2.0"
},
"source_files": "Sources/**/*.{swift}",
"frameworks": "Foundation",
"swift_version": "4.2"
}