blob: 3ec17ae0e1b630f6025816f586450af80223e46c [file] [log] [blame]
{
"name": "SwiftRadix",
"version": "1.0.0",
"license": "MIT",
"summary": "A Swift library for translating integers to/from radix strings (binary, hex, octal, etc.) using simple functional syntax.",
"homepage": "https://github.com/orchetect/SwiftRadix",
"authors": {
"Steffan Andrews": "https://github.com/orchetect"
},
"source": {
"git": "https://github.com/orchetect/SwiftRadix.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "Sources/SwiftRadix/**/*.swift",
"swift_versions": "5.0",
"swift_version": "5.0"
}