blob: 40dec9a1e618b74d2fb2b62be0d396f8b11b7fc8 [file] [log] [blame]
{
"name": "ASN1Decoder+CRL",
"version": "1.3.1",
"summary": "ASN1 DER Decoder for X.509 certificate",
"description": "ASN1 DER Decoder to parse X.509 certificate",
"homepage": "https://github.com/algonrey/ASN1Decoder",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Filippo Maguolo": "maguolo.ios@outlook.com"
},
"platforms": {
"ios": "9.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/algonrey/ASN1Decoder.git",
"tag": "1.3.1"
},
"source_files": "ASN1Decoder/*.swift",
"frameworks": "Foundation",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
}
}