blob: 04c7b4e2a9582682c8d28d99ce45661e3ac38ca2 [file] [log] [blame]
{
"name": "EasyCoreData",
"version": "1.0.1",
"summary": "Provides an easier way to interact with Core Data by requiring less code and taking care of setting up the NSManagedObjectContext etc.",
"homepage": "https://github.com/tomvanzummeren/EasyCoreData",
"license": {
"type": "Apache License, Version 2.0",
"file": "LICENSE"
},
"authors": {
"Tom van Zummeren": "tom.van.zummeren@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/tomvanzummeren/EasyCoredata.git",
"tag": "1.0.1"
},
"ios": {
"frameworks": "CoreData"
},
"source_files": "EasyCoreData/Framework/**/*.{h,m}",
"requires_arc": true
}