| { | |
| "name": "UIPullToRefreshTableView", | |
| "version": "1.0.0", | |
| "summary": "UIPullToRefreshTableView inherit from UITableView", | |
| "description": "Using Swift4", | |
| "homepage": "https://github.com/sigurnna/PullToRefresh", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE.md" | |
| }, | |
| "authors": { | |
| "seungjun.lee": "sigurnna@gmail.com" | |
| }, | |
| "platforms": { | |
| "ios": "9.0" | |
| }, | |
| "source": { | |
| "git": "https://github.com/sigurnna/PullToRefresh.git" | |
| }, | |
| "source_files": "UIPullToRefreshTableView/*.{h,m,swift}", | |
| "swift_version": "4.1" | |
| } |