blob: c560ae44beb407becf19c3928c00fb188bf087d6 [file] [log] [blame]
{
"name": "FlexibleGeohash",
"version": "0.0.1",
"summary": "Very fast library for handling Geohash. Encodable in other than base32.",
"description": "FlexibleGeohash is a very fast library for handling Geohash.\nGeohash is usually encoded in base32, but it can be encoded in base2/4/8/16/32.",
"homepage": "https://github.com/malt03/FlexibleGeohash",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Koji Murata": "malt.koji@gmail.com"
},
"source": {
"git": "https://github.com/malt03/FlexibleGeohash.git",
"tag": "v0.0.1"
},
"source_files": "Sources/**/*.swift",
"swift_versions": "5.2",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "10.0",
"watchos": "2.0"
},
"swift_version": "5.2"
}