blob: ba65921ff4fb85d3ca287d27b2f0da904b1819de [file] [log] [blame]
{
"name": "SBPullToRefresh",
"version": "2.9",
"summary": "An easy way to use pull-to-refresh and loading-more",
"description": "An easiest way to give pull-to-refresh and loading-more to any UIScrollView. Using swift!",
"homepage": "https://github.com/iFindTA/pull-to-refresh",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"nanhujiaju": "nanhujiaju@gmail.com"
},
"social_media_url": "https://github.com/eggswift",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/iFindTA/pull-to-refresh.git",
"tag": "2.9"
},
"source_files": [
"Sources/**/*.{swift}"
],
"resource_bundles": {
"ESPullToRefresh": "Sources/Animator/*.png"
},
"requires_arc": true
}