blob: 73845a3cc35f01c713c4123f4489d2f1fb2941d8 [file] [log] [blame]
{
"name": "PullToBounce",
"version": "0.0.3",
"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.3"
},
"source_files": [
"Classes",
"PullToBounce/Source/**/*.{swift}"
]
}