blob: e1fafdc2d5a0cd3f621e5e027f5e80ad6081315d [file] [log] [blame]
{
"name": "NLCoreData",
"version": "0.2.0",
"license": "MIT",
"summary": "Library that wraps Core Data for iOS for easier and more readable operations.",
"homepage": "https://www.github.com/jksk/NLCoreData",
"authors": {
"Jesper Skrufve": "jesper@neolo.gy"
},
"source": {
"git": "https://github.com/jksk/NLCoreData.git",
"tag": "v0.2.0"
},
"platforms": {
"ios": null
},
"source_files": "NLCoreData",
"frameworks": "CoreData",
"requires_arc": true,
"prefix_header_contents": "#import \"NLCoreData.h\""
}