blob: c77822bfd99c013edab6f99e4e58f20096a2eb0e [file] [log] [blame]
{
"name": "BMYCircularProgressPullToRefresh",
"version": "1.0.0",
"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.",
"homepage": "https://github.com/zeebox/BMYCircularProgressPullToRefresh",
"authors": {
"Alberto De Bortoli": "alberto@beamly.com",
"Stefan Dougan-Hyde": "stefan@beamly.com"
},
"source": {
"git": "https://github.com/beamly/BMYCircularProgressPullToRefresh.git",
"tag": "1.0.0"
},
"license": {
"type": "New BSD License",
"file": "LICENSE.md"
},
"source_files": [
"BMYCircularProgressPullToRefresh/*.{h,m}",
"BMYCircularProgressPullToRefresh/BMYCircularProgressView/*.{h,m}",
"BMYCircularProgressPullToRefresh/**/*.{h,m}"
],
"requires_arc": true
}