[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / b / 5 / f / ASN1Swift / 1.2.5 / ASN1Swift.podspec.json
blobe66111e64b8e140fdb1de5904d3825facc6dfee7
2   "name": "ASN1Swift",
3   "version": "1.2.5",
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.5"
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   "swift_version": "5.9"