[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 6 / 9 / d / SwiftCBOR / 0.4.0 / SwiftCBOR.podspec.json
blob68217dbd3f04189cbf7cb8aa43decc6b240d6579
2   "name": "SwiftCBOR",
3   "version": "0.4.0",
4   "license": {
5     "type": "public domain",
6     "file": "UNLICENSE"
7   },
8   "summary": "A CBOR implementation for Swift",
9   "homepage": "https://github.com/myfreeweb/SwiftCBOR",
10   "authors": {
11     "Greg": "greg@unrelenting.technology"
12   },
13   "source": {
14     "git": "https://github.com/myfreeweb/SwiftCBOR.git",
15     "tag": "v0.4.0"
16   },
17   "swift_versions": "5.0",
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.9"
21   },
22   "source_files": "Sources/SwiftCBOR/*.{swift,h}",
23   "requires_arc": true