[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / b / e / 6 / SRNetwork / 1.0.1 / SRNetwork.podspec.json
blobab6ad12d571cee335d391ad459de4d04f3e7c54c
2   "name": "SRNetwork",
3   "version": "1.0.1",
4   "summary": "Base Networking Module.",
5   "swift_versions": "5.0",
6   "description": "Base Networking Module - SRNetwork",
7   "homepage": "https://github.com/PLYan/SRNetwork.git",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "yanpeng": "top_yp@icloud.com"
14   },
15   "platforms": {
16     "ios": "13.0"
17   },
18   "source": {
19     "git": "https://github.com/PLYan/SRNetwork.git",
20     "tag": "1.0.1"
21   },
22   "requires_arc": true,
23   "xcconfig": {
24     "VALID_ARCHS": "arm64 arm64e x86_64",
25     "VALID_ARCHS[sdk=iphoneos*]": "arm64 arm64e",
26     "VALID_ARCHS[sdk=iphonesimulator*]": "x86_64"
27   },
28   "dependencies": {
29     "Alamofire": [
30       "~> 5.6"
31     ]
32   },
33   "static_framework": true,
34   "swift_version": "5.0"