blob: 9bf4311ae77e511b945665d24eacaaa7a31c3554 [file] [log] [blame]
{
"name": "Genome",
"version": "2.0.0",
"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": "2.0.0"
},
"source_files": "Genome/Source/**/*.{swift}",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true,
"social_media_url": "https://twitter.com/logmaestro",
"dependencies": {
"PureJsonSerializer": [
"~> 1.0.0"
]
}
}