Latest | 1.0.0 |
---|---|
Homepage | https://github.com/JamieREvans/HorizontalTableView |
License | MIT |
Platforms | ios 7.0, requires ARC |
Dependencies | UIKitPlus |
Authors |
Usage
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
HorizontalTableView is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "HorizontalTableView"
Author
Jamie Riley Evans, [email protected]
License
HorizontalTableView is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "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": "[email protected]" }, "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" ] } }
Tue, 01 Mar 2016 03:11:03 +0000