blob: 99080b7be0bff1c3bfc532c4a8ee9e10e5b86c18 [file] [log] [blame]
{
"name": "Treasure",
"version": "0.1.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.1.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"
}