blob: 4f8826974d9c1ad9212b9b4659363072ac864e29 [file] [log] [blame]
{
"name": "MRTableViewManager",
"version": "0.1.1",
"summary": "MRTableViewManager is a nice lib.",
"description": "This is a lib to help handle tableviewcontrollers and viewcellcontrollers",
"homepage": "https://github.com/marceloreis13/MRTableViewManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Marcelo Reis": "marcello@marcelloreis.com"
},
"source": {
"git": "https://github.com/marceloreis13/MRTableViewManager.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "MRTableViewManager/Classes/**/*",
"dependencies": {
"SwiftyJSON": [
"~> 2.3"
]
}
}