blob: 7f95219aeb6e1cd0e61d24aca7af505ab370890a [file] [log] [blame]
{
"name": "YLPullToRefreshKit",
"version": "1.0.0",
"summary": "A refresh library written with pure Swift 5",
"description": "This is a pull to refresh library written by pure Swift 5. Using it you can add pull to refresh, pull to load more, pull left/right to view details within one line. Besides, it is quite easy to write a custom refresh view when using this lib.",
"homepage": "https://github.com/YuLeiFuYun/PullToRefreshKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"YuLeiFuYun": "yuleifuyunn@gmail.com"
},
"source": {
"git": "https://github.com/YuLeiFuYun/PullToRefreshKit.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "13.0"
},
"swift_versions": "5.0",
"source_files": "Sources/PullToRefreshKit/Classes/**/*",
"resources": "Sources/PullToRefreshKit/Assets/**/*",
"swift_version": "5.0"
}