blob: df0b2a97ac28d4d29f16e7483c2d13dc145610af [file] [log] [blame]
{
"name": "ASN1Decoder",
"version": "1.3",
"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.3"
},
"source_files": "ASN1Decoder/*.swift",
"frameworks": "Foundation",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.0"
}
}