[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / 8 / 9 / Treasure / 0.2.2 / Treasure.podspec.json
blobc277cba245504d0f275ff2e073aff17cd8e3f4d5
2   "name": "Treasure",
3   "version": "0.2.2",
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.2.2"
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       "~> 9.0.0"
28     ]
29   }