blob: f33181ff8957a7d2f1e053fcc10a873c30c49b26 [file] [log] [blame]
{
"name": "CBORCoding",
"version": "1.2.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.2.0"
},
"source_files": "Sources/**/*.swift",
"swift_versions": [
"4.2",
"5.0"
],
"cocoapods_version": ">= 1.7.3",
"dependencies": {
"Half": [
"~> 1.2"
]
},
"testspecs": [
{
"name": "Tests",
"test_type": "unit",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"source_files": "Tests/CBORCodingTests/*Tests.swift"
}
],
"swift_version": "5.0"
}