blob: c586f0102dffd8fa3aa527e8e8ab06b0e61546c6 [file] [log] [blame]
{
"name": "Sushi",
"version": "0.0.2",
"summary": "Simple HTTP Networking in Swift",
"description": "A library to fetch network requests with json decoding",
"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": "0.0.2"
},
"source_files": "Sushi/**/*.{h,m,swift}",
"swift_versions": "4.2",
"swift_version": "4.2"
}