blob: d9dccba9981631fff08d9b877ad779e18b2c6b9c [file] [log] [blame]
{
"name": "Tailor",
"summary": "A super fast & convenient object mapper tailored for your needs.",
"version": "0.11.0",
"homepage": "https://github.com/zenangst/Tailor",
"license": "MIT",
"authors": {
"Christoffer Winterkvist": "christoffer@winterkvist.com"
},
"source": {
"git": "https://github.com/zenangst/Tailor.git",
"tag": "0.11.0"
},
"social_media_url": "https://twitter.com/zenangst",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"requires_arc": true,
"ios": {
"source_files": "Sources/{iOS,Shared}/**/*"
},
"osx": {
"source_files": "Sources/{Mac,Shared}/**/*"
},
"dependencies": {
"Sugar": [
]
}
}