Latest | 0.7.2 |
---|---|
Homepage | https://github.com/pengGitHubUp/GPTableViewKit |
License | MIT |
Platforms | ios 8.0, requires ARC |
Frameworks | UIKit |
Authors |
GPTableViewKit
个人封装的表格
安装
CocoaPods
Add pod ‘GPTableViewKit’ to your Podfile.
Run pod install or pod update.
Import
Latest podspec
{ "name": "GPTableView", "version": "0.7.2", "summary": "A module of iOS UITableView.", "homepage": "https://github.com/pengGitHubUp/GPTableViewKit", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "guopeng": "[email protected]" }, "platforms": { "ios": "8.0" }, "source": { "git": "https://github.com/pengGitHubUp/GPTableViewKit.git", "tag": "0.7.2" }, "source_files": "GPTableViewKit/**/*.{h,m}", "frameworks": "UIKit", "requires_arc": true }
Thu, 09 May 2019 10:37:05 +0000