blob: 004afa7fa77c53f1deb47abf68c43cf0da74fbbe [file] [log] [blame]
{
"name": "ESPullToRefresh",
"version": "2.7",
"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/eggswift/pull-to-refresh",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"lihao": "lihao_ios@hotmail.com"
},
"social_media_url": "https://github.com/eggswift",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/eggswift/pull-to-refresh.git",
"tag": "2.7"
},
"source_files": [
"Sources/**/*.{swift}"
],
"resource_bundles": {
"ESPullToRefresh": "Sources/Animator/*.png"
},
"requires_arc": true,
"pushed_with_swift_version": "4.0"
}