blob: 3772a0b431c9929290ca61fd282c444219afedc8 [file] [log] [blame]
{
"name": "MOLAuthenticatingURLSession",
"version": "2.3",
"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.3"
},
"source_files": "Source/*.{h,m}",
"frameworks": "Security",
"dependencies": {
"MOLCertificate": [
"~> 1.7"
]
}
}