blob: b11f1bb44c0f35eb0fe19ad0fc2db6489bd0d617 [file] [log] [blame]
{
"name": "SwiftCBOR",
"version": "0.3.0",
"license": {
"type": "public domain",
"file": "UNLICENSE"
},
"summary": "A CBOR implementation for Swift",
"homepage": "https://github.com/myfreeweb/SwiftCBOR",
"authors": {
"Greg": "greg@unrelenting.technology"
},
"source": {
"git": "https://github.com/myfreeweb/SwiftCBOR.git",
"tag": "v0.3.0"
},
"swift_version": "4.0",
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/SwiftCBOR/*.{swift,h}",
"requires_arc": true
}