blob: 03f5eb711f0c906774182bf4847f69fcbebc8679 [file] [log] [blame]
{
"name": "PullToRefreshViewDotSwift",
"version": "1.0.0",
"summary": "A simple Swift implementation of a pull-to-refresh control, for use with UITableView.",
"description": "A simple Swift implementation of a pull-to-refresh control, for use with UITableView.\n\nWritten as a simple, customizable alternative to UIRefreshControl.",
"homepage": "https://github.com/appsandwich/PullToRefreshView",
"screenshots": "https://github.com/appsandwich/PullToRefreshView/raw/master/ptr.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Vinny Coyne": "vinny+cocoapods@vinnycoyne.com"
},
"source": {
"git": "https://github.com/appsandwich/PullToRefreshView.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "PullToRefreshViewDotSwift/Classes/**/*",
"pushed_with_swift_version": "3.0"
}