blob: ec0145430a18086e208190c27719bd1ed193470c [file] [log] [blame]
{
"name": "ManagedObjectWithIDStore",
"version": "0.0.1",
"summary": "NSManagedObject(WithID) store with find, create or update methods.",
"description": " Core Data ManagedObjectContext store with convenience methods for finding, creating or updating objects with an unique ID. \n",
"homepage": "https://github.com/folivero/ManagedObjectWithIDStore",
"license": "MIT",
"authors": {
"FernandoOlivero": "fernando.olivero.mail@gmail.com"
},
"source": {
"git": "https://github.com/folivero/ManagedObjectWithIDStore.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*"
}