blob: 85d237647b7868d81a56328d014a10dfa3210489 [file] [log] [blame]
{
"name": "PhiLipsStack",
"version": "1.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\n\n",
"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": "1.0.0"
},
"source_files": "PhiLipsStack/*.swift",
"resources": "logo-128x128.png"
}