blob: 1ef6a3a8057241715c08eddfee5182ba2d2e2acc [file] [log] [blame]
{
"name": "CBOR",
"version": "0.2.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.2.0"
},
"swift_version": "4.0",
"platforms": {
"ios": "8.0",
"osx": "10.9"
},
"source_files": "SwiftCBOR/*.{swift,h}",
"requires_arc": true
}