[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / b / 5 / f / ASN1Swift / 1.2.6 / ASN1Swift.podspec.json
blob82860eb2c341a4c80be7f6451d601b0c9a17bdb3
2   "name": "ASN1Swift",
3   "version": "1.2.6",
4   "summary": "Decoding ASN.1 in swift",
5   "description": "A lightweight swift library for decoding ASN.1 structure. Similar to `JSONDecoder`",
6   "homepage": "https://github.com/tikhop/ASN1Swift",
7   "license": "MIT",
8   "source": {
9     "git": "https://github.com/tikhop/ASN1Swift.git",
10     "tag": "1.2.6"
11   },
12   "authors": {
13     "Pavel Tikhonenko": "hi@tikhop.com"
14   },
15   "swift_versions": [
16     "5.9"
17   ],
18   "platforms": {
19     "ios": "12.0",
20     "osx": "10.13",
21     "tvos": "12.0",
22     "visionos": "1.0",
23     "watchos": "6.0"
24   },
25   "requires_arc": true,
26   "source_files": [
27     "Sources/ASN1Swift/*.{swift}",
28     "Sources/ASN1Swift/PKCS7/*.{swift}"
29   ],
30   "resources": "Sources/ASN1Swift/PrivacyInfo.xcprivacy",
31   "swift_version": "5.9"