blob: 23381f82690440faa7c5a050dd473938aefcd109 [file] [log] [blame]
{
"name": "MOLAuthenticatingURLSession",
"version": "2.4",
"platforms": {
"osx": "10.9"
},
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"homepage": "https://github.com/google/macops-MOLAuthenticatingURLSession",
"authors": {
"Google Macops": "macops-external@google.com"
},
"summary": "An NSURLSession wrapper that handles certificate validation nicely",
"source": {
"git": "https://github.com/google/macops-MOLAuthenticatingURLSession.git",
"tag": "v2.4"
},
"source_files": "Source/MOLAuthenticatingURLSession/*.{h,m}",
"frameworks": "Security",
"dependencies": {
"MOLCertificate": [
"~> 1.8"
]
}
}