blob: 2e54a6ef0d275c85fdf9f87b01849abc8eb3a10c [file] [log] [blame]
{
"name": "PhiLipsStack",
"version": "2.0.0",
"summary": "A Swift library to init Core Data Stack",
"description": "PhiLipsStack is a Swift library useful CoreDataStack object that provides\n* managedObjectContext\n* persistentStoreCoordinator\n* managedObjectModel\nAnd functions on `NSManagedObject` which use by default a context from default stack",
"homepage": "https://github.com/phimage/PhiLipsStack",
"license": "MIT",
"authors": {
"phimage": "eric.marchand.n7@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source": {
"git": "https://github.com/phimage/PhiLipsStack.git",
"tag": "2.0.0"
},
"source_files": "PhiLipsStack/*.swift",
"resources": "logo-128x128.png"
}