[Add] SindarinSwiftSDK 1.0.0
[CocoaPods.git] / Specs / b / e / 6 / SRNetwork / 1.0.2 / SRNetwork.podspec.json
blob1d414b9a0d827c1b177db58155cadd951050ca84
2   "name": "SRNetwork",
3   "version": "1.0.2",
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.2"
21   },
22   "vendored_frameworks": "SRNetwork.framework",
23   "requires_arc": true,
24   "xcconfig": {
25     "VALID_ARCHS": "arm64 arm64e x86_64",
26     "VALID_ARCHS[sdk=iphoneos*]": "arm64 arm64e",
27     "VALID_ARCHS[sdk=iphonesimulator*]": "x86_64"
28   },
29   "dependencies": {
30     "Alamofire": [
31       "~> 5.6"
32     ]
33   },
34   "static_framework": true,
35   "swift_version": "5.0"