- Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy pathASN1Decoder.podspec
More file actions
Latest commit
16 lines (16 loc) · 699 Bytes
/
Copy pathASN1Decoder.podspec
File metadata and controls
16 lines (16 loc) · 699 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Pod::Spec.newdo |s|
s.name="ASN1Decoder"
s.version="1.10.0"
s.summary="ASN1 DER Decoder for X.509 certificate"
s.description="ASN1 DER Decoder to parse X.509 certificate"
s.homepage="https://github.com/filom/ASN1Decoder"
s.license={:type=>"MIT",:file=>"LICENSE"}
s.author={"Filippo Maguolo"=>"maguolo.ios@outlook.com"}
s.ios.deployment_target="12.0"
s.osx.deployment_target="10.13"
s.tvos.deployment_target="13.0"
s.source={:git=>"https://github.com/filom/ASN1Decoder.git",:tag=>s.version}
s.source_files="ASN1Decoder/*.swift"
s.swift_version='5.0'
s.frameworks="Foundation"
end