blob: 6495b371e01b437eba21f0d75abcb74a2951a6b9 [file] [log] [blame]
{
"name": "JMTableViewDataSource",
"version": "1.0.1",
"summary": "A implementation of UITableViewDataSource with closure and protocol",
"description": "This is for easy and fast TableViewDataSource implentation. When we need change the Cell in our tableview we always have to change the metods in TableViewDataSource, I wrote this implementation for that cases.",
"homepage": "https://github.com/jorgemendiza/JMTableViewDataSource",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jorge Mendizabal": "jorgemendiza@me.com"
},
"source": {
"git": "https://github.com/jorgemendiza/JMTableViewDataSource.git",
"tag": "1.0.1"
},
"social_media_url": "https://facebook.com/jorgemendiza",
"platforms": {
"ios": "9.0"
},
"source_files": "JMTableViewDataSource/Classes/**/*",
"pushed_with_swift_version": "3.0"
}