blob: 85d4361a948e8059dfc9efd72b548956341ba955 [file] [log] [blame]
{
"name": "CBORCoding",
"version": "1.1.0",
"summary": "A CBOR Encoder and Decoder",
"description": "A lightweight framework containing a coder pair for encoding and decoding `Codable` conforming types to and from CBOR document format for iOS, macOS, tvOS, and watchOS.",
"homepage": "https://github.com/SomeRandomiOSDev/CBORCoding",
"license": "MIT",
"authors": {
"Joseph Newton": "somerandomiosdev@gmail.com"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/SomeRandomiOSDev/CBORCoding.git",
"tag": "1.1.0"
},
"source_files": "CBORCoding/**/*.swift",
"frameworks": "Foundation",
"swift_versions": "5.0",
"requires_arc": true,
"dependencies": {
"Half": [
"~> 1.0"
]
},
"swift_version": "5.0"
}