blob: 4af7745d1410fcf13cbf0ef1a9ca2b2d6c8b5c6c [file] [log] [blame]
{
"name": "HorizontalTableView",
"version": "1.0.0",
"summary": "A UITableView that scrolls horizontally / sideways",
"homepage": "https://github.com/JamieREvans/HorizontalTableView",
"license": "MIT",
"authors": {
"Jamie Riley Evans": "jamie.riley.evans@gmail.com"
},
"source": {
"git": "https://github.com/JamieREvans/HorizontalTableView.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"dependencies": {
"UIKitPlus": [
"~> 1.0.0"
]
}
}