[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 7 / 6 / e / MoyaResultValidate / 0.3.0 / MoyaResultValidate.podspec.json
blob926413e99da8765f01b177d0addbd5e96ac8c345
2   "name": "MoyaResultValidate",
3   "version": "0.3.0",
4   "summary": "Validate Moya Result",
5   "description": "Sometimes we need to verify that the data returned by the server is reasonable, when Moya returns `Result.success`.",
6   "homepage": "https://github.com/InsectQY/MoyaResultValidate",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "insect": "704861917@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/InsectQY/MoyaResultValidate",
16     "tag": "0.3.0"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "dependencies": {
23     "Moya": [
24       "~> 15.0"
25     ]
26   },
27   "source_files": "MoyaResultValidate/Classes/**/*",
28   "swift_version": "5.0"