blob: d79250be4f204980a47b73a37fcf69bff3feafb0 [file] [log] [blame]
{
"name": "Records",
"version": "1.0.0",
"summary": "A lightweight convenience API for basic CoreData database tasks.",
"description": "In just a few minutes, setup a fully functioning CoreData implementation that embraces the static, type-safe nature of Swift.",
"homepage": "https://github.com/rob-nash/Dequable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Robert Nash": "robscode@icloud.com"
},
"social_media_url": "https://twitter.com/nashytitz",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/rob-nash/Records.git",
"tag": "1.0.0"
},
"source_files": "Records/*.{swift}",
"requires_arc": true,
"pushed_with_swift_version": "4.0"
}