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