blob: 939ecc15310047ed1275db5104238be8063e3d45 [file] [log] [blame]
{
"name": "RSDataManager",
"version": "0.1.0",
"summary": "Management of CoreData's stack",
"description": " # Why?\n It's awful to copy-paste same code from project to project to create stack of CoreData.\n\n # How?\n To create stack of CoreData you should do only 2 steps:\n\n 1. Create configuration\n 2. Create manager with configuration\n",
"homepage": "https://github.com/RishatShamsutdinov/RSDataManager",
"license": "Apache License, Version 2.0",
"authors": {
"Rishat Shamsutdinov": "dichat.dark@gmail.com"
},
"platforms": {
"ios": "7.1"
},
"source": {
"git": "https://github.com/RishatShamsutdinov/RSDataManager.git",
"tag": "v0.1.0"
},
"source_files": [
"RSDataManager",
"RSDataManager/**/*.{h,m}"
],
"frameworks": "CoreData",
"requires_arc": true
}