[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / b / 5 / f / ASN1Swift / 1.2.0 / ASN1Swift.podspec.json
blob2c0ceede8fd2ea87dac948ae85950455c02fc72e
2   "name": "ASN1Swift",
3   "version": "1.2.0",
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.0"
11   },
12   "authors": {
13     "Pavel Tikhonenko": "hi@tikhop.com"
14   },
15   "swift_versions": [
16     "5.3"
17   ],
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.10",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "requires_arc": true,
25   "source_files": "Sources/ASN1Swift/*.{swift}",
26   "swift_version": "5.3"