blob: fb383c729bdc4aba2bc3f4aeecdbd022634d6880 [file] [log] [blame]
{
"name": "FRCDataManager",
"version": "0.1.3",
"summary": "This is a helper library for NSFetchResultsController",
"description": "This pod is useful when using NSFetchresultsController, basically is an wrapper that splits the responsability of DataManager and Controller. Please Extend one of FRC Data Manger Classes that suits better for your needs.",
"homepage": "https://github.com/DanielMandea/FRCDataManager.git",
"license": "MIT",
"authors": {
"Mandea Daniel": "daniel.mandea@yahoo.com"
},
"source": {
"git": "https://github.com/DanielMandea/FRCDataManager.git",
"tag": "0.1.3"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"FRCDataManager": [
"Pod/Assets/*.png"
]
}
}