blob: 2447827b3c2f41eba035cbccc0a46d341d863f14 [file] [log] [blame]
{
"name": "SSPullToRefresh",
"version": "1.1.0",
"summary": "Simple and highly customizable pull to refresh view.",
"description": "SSPullToRefresh is a simple andhighly customizable pull to refresh view. It lets you implement a content view separate so you don't have to hack up the pulling logic everything you want to customize the appearance.",
"homepage": "https://github.com/soffes/sspulltorefresh",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sam Soffes": "sam@soff.es"
},
"source": {
"git": "https://github.com/soffes/sspulltorefresh.git",
"tag": "1.1.0"
},
"platforms": {
"ios": "5.0"
},
"source_files": "SSPullToRefresh/*.{h,m}",
"requires_arc": true
}