blob: eedbaf63d87d24f16d0fc2bd02d8c0e859305200 [file] [log] [blame]
{
"name": "TBRefreshView",
"version": "1.5.1",
"summary": "TBRefreshView provides three loading method in UITableView or UICollectionView: pull to refresh, scroll to bottom to refresh and loading.",
"homepage": "https://github.com/teambition/RefreshView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"bruce": "liangmingzou@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/teambition/RefreshView.git",
"tag": "1.5.1"
},
"swift_versions": "5.0",
"source_files": "Sources/*.swift",
"resource_bundles": {
"Teambition.RefreshView": [
"Resource/*"
]
},
"frameworks": [
"Foundation",
"UIKit"
],
"swift_version": "5.0"
}