blob: 583c19a43aa38f63a37b90647dfb418307b51fbe [file] [log] [blame]
{
"name": "StickyEncoding",
"version": "1.0.0-beta.5",
"summary": "High-performance binary encoding/decoding of `Swift.Codable` types.",
"description": "**StickyEncoding, high-performance binary encoding/decoding for `Swift.Codable` types.",
"license": "Apache License, Version 2.0",
"homepage": "https://github.com/stickytools/sticky-encoding",
"authors": {
"Tony Stone": "https://github.com/tonystone"
},
"source": {
"git": "https://github.com/stickytools/sticky-encoding.git",
"tag": "1.0.0-beta.5"
},
"documentation_url": "https://stickytools.io/sticky-encoding/index.html",
"swift_version": "4.2",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"requires_arc": true,
"source_files": "Sources/StickyEncoding/**/*.swift"
}