blob: 7872437b64f649941924b06dd25fac7df3f680a0 [file] [log] [blame]
{
"name": "CoreDataDandy",
"version": "0.6.0",
"summary": "A feature-light wrapper around Core Data that simplifies common database operations.",
"description": "Initializes your Core Data stack, manages your saves, inserts, and fetches, and maps json to NSManagedObjects.",
"homepage": "https://github.com/fuzz-productions/CoreDataDandy",
"license": "MIT",
"authors": {
"Noah Blake": "noah@fuzzproductions.com"
},
"source": {
"git": "https://github.com/fuzz-productions/CoreDataDandy.git",
"tag": "0.6.0"
},
"social_media_url": "https://twitter.com/fuzzpro",
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source_files": "Sources/**/*",
"frameworks": "CoreData",
"pushed_with_swift_version": "3.0"
}