blob: a189a270121cd893f7a2032e1b6c68d00f27c508 [file] [log] [blame]
{
"name": "NetworkingProtocol",
"version": "0.3.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.3.0"
},
"source_files": "Sources/**/*.{swift}",
"frameworks": "Foundation",
"swift_version": "5.0"
}