Latest | 0.1.1 |
---|---|
Homepage | https://github.com/col/Rucksack |
License | MIT |
Platforms | ios 11.0 |
Authors |
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
Rucksack is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod 'Rucksack'
Author
col, [email protected]
License
Rucksack is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "Rucksack", "version": "0.1.1", "summary": "An opinionated JSONAPI client library written in Swift", "description": "An opinionated JSONAPI client library written in Swift.nn*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 Swiftnprovides 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": "[email protected]" }, "source": { "git": "https://github.com/col/Rucksack.git", "tag": "0.1.1" }, "swift_versions": "5.0", "platforms": { "ios": "11.0" }, "source_files": "Rucksack/Classes/**/*", "swift_version": "5.0" }
Sat, 01 Jun 2019 10:08:08 +0000