blob: 56ff8be1503e3fe7684d4f329601a73dd55569cc [file] [log] [blame]
{
"name": "StickyEncoding",
"version": "1.0.0-beta.2",
"summary": "A high performance binary encoder for `Swift.Codable` types.",
"description": "**StickyEncoding**, A high performance binary encoder 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.2"
},
"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"
}