blob: e379cbb4bd4b3d642fb79b77af1b53bf1fe886c6 [file] [log] [blame]
{
"name": "MWKCoreData",
"version": "1.0.0",
"license": "MIT",
"summary": "Simple, lightweight library for Core Data",
"description": "Lightweight, curated library for Core Data that keeps you close to the metal but removes some of the drudgery and eases progressive migrations.",
"homepage": "https://github.com/mwkirk/MWKCoreData",
"authors": "Mark Kirk",
"social_media_url": "https://twitter.com/postmodjackass",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/mwkirk/MWKCoreData.git",
"tag": "1.0.0"
},
"source_files": "Source/*.{h,m}",
"frameworks": "CoreData",
"requires_arc": true
}