blob: 0650ae3452979e8f09fb39595482428ea01bc0e4 [file] [log] [blame]
{
"name": "TinyCoord",
"version": "0.2.0",
"summary": "Convert a location and zoom level into a very short string",
"description": "Convert a CLLocation object and zoom level into a 12 character string. This is useful for sharing a map viewport across different screen sizes and platforms",
"homepage": "https://github.com/chrischares/TinyCoord",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Chris Chares": "chris@chares.io"
},
"source": {
"git": "https://github.com/chrischares/TinyCoord.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "src/swift/**/*.swift",
"frameworks": "CoreLocation",
"pushed_with_swift_version": "3.0"
}