blob: f9e3b31f69b41c958c62d6baaf100224336b4d32 [file] [log] [blame]
{
"name": "Genome",
"version": "1.0.6",
"license": "MIT",
"homepage": "https://github.com/LoganWright/Genome",
"authors": {
"Logan Wright": "logan.william.wright@gmail.com"
},
"summary": "A simple, type safe, failure driven mapping library for serializing json to models in Swift",
"source": {
"git": "https://github.com/LoganWright/Genome.git",
"tag": "1.0.6"
},
"source_files": "Genome.playground/Sources/*.{swift}",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true,
"social_media_url": "https://twitter.com/logmaestro"
}