blob: 16d947ad510b23f22bc7b9f4cf043456c8523fd4 [file] [log] [blame]
{
"name": "PullToBounce",
"version": "0.0.2",
"summary": "Animated \"Pull To Refresh\" Library for UIScrollView. Inspired by https://dribbble.com/shots/1797373-Pull-Down-To-Refresh",
"homepage": "https://github.com/entotsu/PullToBounce",
"screenshots": "https://raw.githubusercontent.com/entotsu/PullToBounce/master/demo.gif",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Takuya.Okamoto": "blackn.red42@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/entotsu/PullToBounce.git",
"tag": "0.0.2"
},
"source_files": [
"Classes",
"PullToBounce/Source/**/*.{swift}"
]
}