blob: 80326195bf93b6e1b106436b3795ad853fda6f69 [file] [log] [blame]
{
"name": "FRPCoreDataManager",
"version": "0.3",
"summary": "Base Core Data manager for typical Core Data based iOS apps",
"description": "FRPCoreDataManager\n==================\n\nBase Core Data manager for typical Core Data based iOS apps",
"homepage": "https://github.com/franciscojrp/FRPCoreDataManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Francisco J. Rodríguez": "5ntrol@gmail.com"
},
"source": {
"git": "https://github.com/franciscojrp/FRPCoreDataManager.git",
"tag": "0.3"
},
"source_files": "*.{h,m}",
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"frameworks": "CoreData"
}