[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 0 / f / d / MOLAuthenticatingURLSession / 1.6 / MOLAuthenticatingURLSession.podspec.json
blobdd2978f4d6fa37cab9f25d6b814ec3115f2f92f6
2   "name": "MOLAuthenticatingURLSession",
3   "version": "1.6",
4   "platforms": {
5     "osx": null
6   },
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE"
10   },
11   "homepage": "https://github.com/google/macops-molauthenticatingurlsession",
12   "authors": {
13     "Google Macops": "macops-external@google.com"
14   },
15   "summary": "An NSURLSession wrapper that handles certificate validation nicely",
16   "source": {
17     "git": "https://github.com/google/macops-molauthenticatingurlsession.git",
18     "tag": "v1.6"
19   },
20   "source_files": "Source/*.{h,m}",
21   "frameworks": "Security",
22   "dependencies": {
23     "MOLCertificate": [
24       "~> 1.3"
25     ]
26   }