blob: 36cf1c7ef6b7986b7e9ecf5a6e46a54db1b26aab [file] [log] [blame]
{
"name": "Sushi",
"version": "1.2.0",
"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.2.0"
},
"source_files": "Sushi/**/*.{h,m,swift}",
"swift_versions": "4.2",
"swift_version": "4.2"
}