[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 7 / 8 / 3 / ASN1Decoder+CRL / 1.3.1 / ASN1Decoder+CRL.podspec.json
blob40dec9a1e618b74d2fb2b62be0d396f8b11b7fc8
2   "name": "ASN1Decoder+CRL",
3   "version": "1.3.1",
4   "summary": "ASN1 DER Decoder for X.509 certificate",
5   "description": "ASN1 DER Decoder to parse X.509 certificate",
6   "homepage": "https://github.com/algonrey/ASN1Decoder",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Filippo Maguolo": "maguolo.ios@outlook.com"
13   },
14   "platforms": {
15     "ios": "9.0",
16     "osx": "10.10"
17   },
18   "source": {
19     "git": "https://github.com/algonrey/ASN1Decoder.git",
20     "tag": "1.3.1"
21   },
22   "source_files": "ASN1Decoder/*.swift",
23   "frameworks": "Foundation",
24   "pod_target_xcconfig": {
25     "SWIFT_VERSION": "4.0"
26   }