blob: d120c39f19832b91e6ffae7b3867af0ccd5a705c [file] [log] [blame]
{
"name": "FRPCoreDataManager",
"version": "0.1",
"summary": "Base Core Data manager for typical Core Data based iOS apps",
"description": " FRPCoreDataManager\n\t\t==================\n\n\t\tBase Core Data manager for typical Core Data based iOS apps\n",
"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.1"
},
"source_files": "*.{h,m}",
"platforms": {
"ios": "5.0"
},
"requires_arc": true,
"frameworks": "CoreData"
}