[Add] AlibabacloudAgency20221216 1.7.0
[CocoaPods.git] / Specs / 3 / e / 5 / MTRefresh / 0.1.0 / MTRefresh.podspec.json
blob6046dd7317553cc2ec0f47c4585e717c827f6723
2   "name": "MTRefresh",
3   "version": "0.1.0",
4   "summary": "A category based on MJRefresh for UITableViewController.",
5   "description": "A category based on MJRefresh for UITableViewController.",
6   "homepage": "https://github.com/Secrimart/MTRefresh",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "secrimart@aliyun.com": "secrimart@aliyun.com"
13   },
14   "source": {
15     "git": "https://github.com/Secrimart/MTRefresh.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "MTRefresh/Classes/**/*",
22   "dependencies": {
23     "MJRefresh": [
24       "~> 3.1"
25     ]
26   }