[Add] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / 0 / f / d / MOLAuthenticatingURLSession / 2.4 / MOLAuthenticatingURLSession.podspec.json
blob23381f82690440faa7c5a050dd473938aefcd109
2   "name": "MOLAuthenticatingURLSession",
3   "version": "2.4",
4   "platforms": {
5     "osx": "10.9"
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": "v2.4"
19   },
20   "source_files": "Source/MOLAuthenticatingURLSession/*.{h,m}",
21   "frameworks": "Security",
22   "dependencies": {
23     "MOLCertificate": [
24       "~> 1.8"
25     ]
26   }