blob: e3f2a6a858dce54b85141dfd0757927f23e1d68b [file] [log] [blame]
{
"name": "BWHorizontalTableView",
"version": "1.0.1",
"summary": "BWHorizontalTableView is an efficient horizontal table view based on Objective-c with same usage and interface as UITableView.",
"homepage": "https://github.com/BurrowsWang/BWHorizontalTableView",
"license": {
"type": "MIT"
},
"authors": {
"BurrowsWang": "burrowswang@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/BurrowsWang/BWHorizontalTableView.git",
"tag": "1.0.1"
},
"source_files": "BWHorizontalTableView/*.{h,m,c}",
"requires_arc": true
}