blob: d7c5a5a33df3271f2645c526f19eada0e4b6ccb8 [file] [log] [blame]
{
"name": "NetworkingProtocol",
"version": "0.2.4",
"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.4"
},
"source_files": "Sources/**/*.{swift}",
"frameworks": "Foundation",
"swift_version": "4.2"
}