Latest | 0.0.4 |
---|---|
Homepage | https://github.com/NicolasMahe/NMTableView |
License | MIT |
Platforms | ios 9.0 |
Dependencies | NMUIExtension |
Frameworks | UIKit |
Authors |
[](https://travis-ci.org/Nicolas Mahé/NMTableView)
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Requirements
Installation
NMTableView is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "NMTableView"
Author
Nicolas Mahé, [email protected]
License
NMTableView is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "NMTableView", "version": "0.0.4", "summary": "Improved UITableView", "description": "An improved version of UITableView.", "homepage": "https://github.com/NicolasMahe/NMTableView", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "Nicolas Maheu0301": "[email protected]" }, "source": { "git": "https://github.com/NicolasMahe/NMTableView.git", "tag": "0.0.4" }, "platforms": { "ios": "9.0" }, "source_files": "NMTableView/**/*.swift", "frameworks": "UIKit", "dependencies": { "NMUIExtension": [] }, "pushed_with_swift_version": "3.0" }
Thu, 15 Jun 2017 06:20:06 +0000