blob: 27c578d0b3b69e7c7eb2fec87cf630308b8817fb [file] [log] [blame]
{
"name": "Treasure",
"version": "0.1.8",
"summary": "A small set of tools for deserializing JSON API objects.",
"description": "Treasure is a small set of tools on top of Lyft's Mapper library to convert objects according to the JSON API specification.",
"homepage": "https://github.com/fishermenlabs/Treasure",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kfweber": "kevinw@fishermenlabs.com"
},
"source": {
"git": "https://github.com/fishermenlabs/Treasure.git",
"tag": "0.1.8"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Treasure/Classes/**/*",
"dependencies": {
"ModelMapper": [
"~> 8.0.0"
]
}
}