[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 0 / 6 / f / ZQAssistRefresh / 0.8.0 / ZQAssistRefresh.podspec.json
blob95b1ab279cbb29f57e3aed9e9a6099ff5ae881b2
2   "name": "ZQAssistRefresh",
3   "version": "0.8.0",
4   "summary": "一款辅助上拉刷新,下拉加载的工具",
5   "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]];",
6   "homepage": "https://github.com/KeyFive/ZQAssistRefresh.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "${USER_NAME}": "${USER_EMAIL}"
13   },
14   "source": {
15     "git": "https://github.com/KeyFive/ZQAssistRefresh.git",
16     "tag": "0.8.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "Pod/Classes/**/*",
22   "public_header_files": "Pod/Classes/**/*.h",
23   "dependencies": {
24     "Masonry": [
26     ],
27     "MJRefresh": [
29     ]
30   }