blob: 10ea91df045271717336dfff8a38f73151422e91 [file] [log] [blame]
{
"name": "Rucksack",
"version": "0.1.4",
"summary": "An opinionated JSONAPI client library written in Swift",
"description": "An opinionated JSONAPI client library written in Swift.\n\n*WIP* This library is still very much a work in progress.\nTrying to decode a dynamic specification like the JSONAPI using a strictly typed language like Swift\nprovides some interesting challenges. This library is mostly an exercise in how or if these can be overcome.",
"homepage": "https://github.com/col/Rucksack",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"col": "col.w.harris@gmail.com"
},
"source": {
"git": "https://github.com/col/Rucksack.git",
"tag": "0.1.4"
},
"swift_versions": "5.0",
"platforms": {
"ios": "11.0"
},
"source_files": "Rucksack/Classes/**/*",
"swift_version": "5.0"
}