blob: 47142022a98aa4039d01ace82b0fa00992af23d9 [file] [log] [blame]
{
"name": "YLPullToRefreshKit",
"version": "0.9.7",
"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": "0.9.7"
},
"platforms": {
"ios": "13.0"
},
"swift_versions": "5.0",
"source_files": "Sources/PullToRefreshKit/Classes/**/*",
"resources": "Sources/PullToRefreshKit/Assets/**/*",
"swift_version": "5.0"
}