blob: 169ffd47c27ed00393222c260280ea7710dfbe86 [file] [log] [blame]
{
"name": "SwiftCBOR",
"version": "0.4.1",
"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.4.1"
},
"swift_versions": "5.0",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "Sources/SwiftCBOR/**/*.{swift,h}",
"requires_arc": true
}