[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / c / 8 / 9 / Treasure / 0.0.4 / Treasure.podspec.json
blob2e6115ab6ad8b59ac56a0e6c5b8d8b8c78d277bd
2   "name": "Treasure",
3   "version": "0.0.4",
4   "summary": "A small set of tools for deserializing JSON API objects.",
5   "description": "Treasure is a small set of tools on top of Lyft's Mapper library to convert objects according to the JSON API specification.",
6   "homepage": "https://github.com/fishermenlabs/Treasure",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "kfweber": "kevinw@fishermenlabs.com"
13   },
14   "source": {
15     "git": "https://github.com/fishermenlabs/Treasure.git",
16     "tag": "0.0.4"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "source_files": "Treasure/Classes/**/*",
25   "dependencies": {
26     "ModelMapper": [
27       "~> 6.0.0"
28     ]
29   },
30   "pushed_with_swift_version": "3.0"