blob: cec4e0aa69a1b2e78f9447085d694a7f04f8a76a [file] [log] [blame]
{
"name": "BMYCircularProgressPullToRefresh",
"version": "1.1.1",
"platforms": {
"ios": "5.0"
},
"summary": "Pull to fresh with circular progress view as used in the Beamly iOS app.",
"description": "This version of the pull to refresh feature can be used both on UITableViews and UICollectionViews. When dealing with a custom pull to refresh view, often the native UIRefreshControl is not ideal as it is not customizable. A common customization besides the pull to refresh, is to have a circular progress view with the logo of the app to show during the dragging. This version of the pull to refresh allows to preserve the contentInset on the scrollview.",
"homepage": "https://github.com/beamly/BMYCircularProgressPullToRefresh",
"authors": {
"Alberto De Bortoli": "alberto@beamly.com",
"Stefan Dougan-Hyde": "stefan@beamly.com"
},
"source": {
"git": "https://github.com/beamly/BMYCircularProgressPullToRefresh.git",
"tag": "1.1.1"
},
"license": {
"type": "New BSD License",
"file": "LICENSE.md"
},
"source_files": [
"BMYCircularProgressPullToRefresh/*.{h,m}",
"BMYCircularProgressPullToRefresh/**/*.{h,m}"
],
"requires_arc": true
}