[Add] WoosmapGeofencing 4.3.9-beta1
[CocoaPods.git] / Specs / 0 / 6 / f / ZQAssistRefresh / 0.2.0 / ZQAssistRefresh.podspec.json
blob267628a2c57a71031b47f9dfec8f2a92918f1e8c
2   "name": "ZQAssistRefresh",
3   "version": "0.2.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.2.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   }