[Add] DocumentReaderNightly 7.6.4234
[CocoaPods.git] / Specs / 6 / 9 / d / SwiftCBOR / 0.3.0 / SwiftCBOR.podspec.json
blobb11f1bb44c0f35eb0fe19ad0fc2db6489bd0d617
2   "name": "SwiftCBOR",
3   "version": "0.3.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.3.0"
16   },
17   "swift_version": "4.0",
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "Sources/SwiftCBOR/*.{swift,h}",
22   "requires_arc": true