blob: 2ececede1930f46c60472f1b789172f0dbc055be [file] [log] [blame]
{
"name": "ZQAssistRefresh",
"version": "0.1.0",
"summary": "一款辅助上拉刷新,下拉加载的工具",
"description": "一款辅助上拉刷新,下拉加载的工具\n [self.tableView addRefreshBlock:^(RefreshPageModel *page, ScrollViewRefreshSuccessBlock refreshSuccessBlock) {\n __strong __typeof(weakSelf) strongSelf = weakSelf;\n if ([page isFirstPage])\n {\n [strongSelf.dataSource removeAllObjects];\n }\n [strongSelf.dataSource addObject:@(page.pageIndex)];\n refreshSuccessBlock(RefreshStateSuccess);\n } withPage:[RefreshPageModel pageWithSize:10 index:0]];",
"homepage": "https://github.com/KeyFive/ZQAssistRefresh.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"${USER_NAME}": "${USER_EMAIL}"
},
"source": {
"git": "https://github.com/KeyFive/ZQAssistRefresh.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Pod/Classes/**/*",
"public_header_files": "Pod/Classes/**/*.h",
"dependencies": {
"Masonry": [
],
"MJRefresh": [
]
}
}