[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / b / 5 / f / ASN1Swift / 1.2.1 / ASN1Swift.podspec.json
blob859105db5f9b920bed1962e197a47f24dce0de5d
2   "name": "ASN1Swift",
3   "version": "1.2.1",
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.1"
11   },
12   "authors": {
13     "Pavel Tikhonenko": "hi@tikhop.com"
14   },
15   "swift_versions": [
16     "5.3"
17   ],
18   "platforms": {
19     "ios": "10.0",
20     "osx": "10.12",
21     "tvos": "10.0",
22     "watchos": "3.0"
23   },
24   "requires_arc": true,
25   "source_files": [
26     "Sources/ASN1Swift/*.{swift}",
27     "Sources/ASN1Swift/PKCS7/*.{swift}"
28   ],
29   "swift_version": "5.3"