blob: 3f11c47864478fc85803ce696725e80bc046b320 [file] [log] [blame]
{
"name": "ASN1Decoder",
"version": "1.4",
"summary": "ASN1 DER Decoder for X.509 certificate",
"description": "ASN1 DER Decoder to parse X.509 certificate",
"homepage": "https://github.com/filom/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/filom/ASN1Decoder.git",
"tag": "1.4"
},
"source_files": "ASN1Decoder/*.swift",
"swift_versions": "5.0",
"frameworks": "Foundation",
"swift_version": "5.0"
}