[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / 6 / e / MoyaResultValidate / 0.1.0 / MoyaResultValidate.podspec.json
blobc9e319bbf71ac5ecd8dd99aa871aba0527128147
2   "name": "MoyaResultValidate",
3   "version": "0.1.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.1.0"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "9.0"
21   },
22   "dependencies": {
23     "Moya": [
24       "~> 13.0"
25     ]
26   },
27   "source_files": "MoyaResultValidate/Classes/**/*",
28   "swift_version": "5.0"