[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / d / 3 / 4 / XYRefreshTableViewController / 1.0.2 / XYRefreshTableViewController.podspec.json
blob3cf0c4cd84b902b61b463facb179b39df35b9559
2   "name": "XYRefreshTableViewController",
3   "version": "1.0.2",
4   "summary": "tableView refresh load used on iOS.",
5   "description": "It is tableView refresh load used on iOS, which implement by Objective-C.",
6   "homepage": "https://github.com/CoderWCL/XYRefreshTableViewController",
7   "license": "MIT",
8   "authors": {
9     "CoderWCL": "21468329@qq.com"
10   },
11   "source": {
12     "git": "https://github.com/CoderWCL/XYRefreshTableViewController.git",
13     "tag": "1.0.2"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "XYRefreshTableViewController/**/*.{h,m}",
20   "dependencies": {
21     "MJRefresh": [
22       "~> 3.1.15.3"
23     ]
24   }