blob: 1d387918fb6cb6c2f8853da497d6dea19e5d918b [file] [log] [blame]
{
"name": "Base-16",
"version": "1.0.0",
"summary": "An extension of Swift's Data type to work with hexadecimal (Base16) encoding",
"homepage": "https://github.com/metabolist/base16",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Metabolist": "info@metabolist.org"
},
"source": {
"git": "https://github.com/metabolist/base16.git",
"tag": "v1.0.0"
},
"module_name": "Base16",
"swift_versions": [
"5.2"
],
"platforms": {
"ios": "9.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"source_files": "Sources/Base16/**/*",
"swift_version": "5.2"
}