[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 7 / c / 5 / Rucksack / 0.1.1 / Rucksack.podspec.json
blob60c9a00a2d9bc004624626d32254f6f39f94034f
2   "name": "Rucksack",
3   "version": "0.1.1",
4   "summary": "An opinionated JSONAPI client library written in Swift",
5   "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.",
6   "homepage": "https://github.com/col/Rucksack",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "col": "col.w.harris@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/col/Rucksack.git",
16     "tag": "0.1.1"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "11.0"
21   },
22   "source_files": "Rucksack/Classes/**/*",
23   "swift_version": "5.0"