blob: b4f350742f9569ca97838220a712598917d106a2 [file] [log] [blame]
{
"name": "Refresher",
"version": "0.6.1",
"summary": "Pull to refresh in Swift",
"description": "Refresher is pull to refresh library written in Swift. It provides easy to use UIScrollView methods to add pull to refresh to your view. Refresher also supports custom animations.",
"homepage": "https://github.com/jcavar/refresher",
"screenshots": [
"https://raw.githubusercontent.com/jcavar/refresher/master/previews/anim_beat.gif",
"https://raw.githubusercontent.com/jcavar/refresher/master/previews/anim_default.gif",
"https://raw.githubusercontent.com/jcavar/refresher/master/previews/anim_pacman.gif"
],
"license": "MIT",
"authors": {
"Josip Cavar": "josipcavar04@gmail.com"
},
"social_media_url": "http://twitter.com/josip04",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/jcavar/refresher.git",
"tag": "0.6.1"
},
"source_files": "Refresher/*.swift"
}