blob: e77c06c0fef8fcc216bd056fe2009f204f669fa5 [file] [log] [blame]
{
"name": "ALManagedObjectFactory",
"version": "0.2.0",
"summary": "Small factory class for NSManagedObjects",
"description": " This class is a part of my own framework for creating NSManagedObjects.\n",
"homepage": "https://github.com/appleios/ALManagedObjectFactory",
"license": "MIT",
"authors": {
"aziz u. latypov": "vm06lau@mail.ru"
},
"source": {
"git": "https://github.com/appleios/ALManagedObjectFactory.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"frameworks": [
"CoreData",
"Foundation"
],
"dependencies": {
"ALCoreDataManager": [
"~> 0.1.2"
]
}
}