blob: 0c8a00fadff38750905c1f63b0baf6c1438e029b [file] [log] [blame]
{
"name": "TLRefresh",
"version": "0.1.0",
"summary": "针对UItableview和UICollectionView的上拉加载,下拉刷新的类库",
"description": "\"上拉加载,下拉刷新,在swift中使用超级简单,只需一行代码,就能加入这个功能,API简单易用\"",
"homepage": "https://github.com/TLOpenSpring/TLRefresh",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrew": "anluanlu123@163.com"
},
"source": {
"git": "https://github.com/TLOpenSpring/TLRefresh.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TLRefresh/Classes/**/*",
"resource_bundles": {
"TLRefresh": [
"TLRefresh/Assets/*.png"
]
}
}