blob: 3e665d721f611b1d9deb4540a0f2a520b1015536 [file] [log] [blame]
{
"name": "Sushi",
"version": "1.0.1",
"summary": "Simple HTTP Networking in Swift",
"description": "A library to handle network requests with json decoding built in",
"homepage": "https://github.com/Colourhood/Sushi",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrei": "andreicrimson@gmail.com"
},
"platforms": {
"ios": "10.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/Colourhood/Sushi.git",
"tag": "1.0.1"
},
"source_files": "Sushi/**/*.{h,m,swift}",
"swift_versions": "4.2",
"swift_version": "4.2"
}