blob: 98149a45fa7a894d6c0488ab6ddc48c5e9a419ce [file] [log] [blame]
{
"name": "Records",
"version": "1.0.1",
"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/Records",
"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.1"
},
"source_files": "Records/*.{swift}",
"requires_arc": true,
"pushed_with_swift_version": "4.0"
}