blob: 157d21251c251ce13428524737bebef95fac2258 [file] [log] [blame]
{
"name": "Treasure",
"version": "0.0.1",
"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.0.1"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Treasure/Classes/**/*",
"dependencies": {
"ModelMapper": [
"~> 6.0.0"
]
},
"pushed_with_swift_version": "3.0"
}