blob: c48d4e73eeb1fa0b95e21622eb1cca3856fe966e [file] [log] [blame]
{
"name": "Tailor",
"summary": "A super fast & convenient object mapper tailored for your needs.",
"version": "1.2.3",
"homepage": "https://github.com/zenangst/Tailor",
"license": "MIT",
"authors": {
"Christoffer Winterkvist": "christoffer@winterkvist.com"
},
"source": {
"git": "https://github.com/zenangst/Tailor.git",
"tag": "1.2.3"
},
"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}/**/*"
},
"dependencies": {
"Sugar": [
]
}
}