blob: 526d9bcc26d7a14dc13cdb8a83e4b2e6c2005592 [file] [log] [blame]
{
"name": "PullToRefresher",
"version": "2.0",
"summary": "This component implements pure pull-to-refresh logic and you can use it for developing your own pull-to-refresh animations",
"homepage": "http://yalantis.com/blog/how-we-built-customizable-pull-to-refresh-pull-to-cook-soup-animation/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "Yalantis",
"social_media_url": "https://twitter.com/yalantis",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/Yalantis/PullToRefresh.git",
"tag": "2.0"
},
"source_files": "PullToRefresh/*.swift",
"module_name": "PullToRefresh",
"requires_arc": true
}