blob: 8273b2f1600e044081eb0b98938d109fa803e705 [file] [log] [blame]
{
"name": "NLCoreData",
"version": "0.1.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.1.0"
},
"platforms": {
"ios": null
},
"source_files": "NLCoreData",
"frameworks": "CoreData",
"requires_arc": true,
"prefix_header_contents": "#import \"NLCoreData.h\""
}