[Add] SendBirdUIKit 3.3.2
[CocoaPods.git] / Specs / c / 8 / 9 / Treasure / 0.1.9 / Treasure.podspec.json
blob6deea9d8a6d2b3ce4ab2120261304e23d3a3af6a
2   "name": "Treasure",
3   "version": "0.1.9",
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.1.9"
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       "~> 8.0.0"
28     ]
29   }