blob: 1288429082b15da9b5bff7d6d32eae1e1e0dc48e [file] [log] [blame]
{
"name": "MJZoomableCoordinateView",
"version": "0.6.6",
"summary": "A view for displaying a zoomable coordinate grid.",
"description": "A view for displaying a zoomable coordinate grid. Grid is rendered with more details as it's zoomed in, or rendered with less details as it's zoomed out.\nMade using `CATiledLayer`. Rendered in a grid of tiles, each tile asynchronously on a separate thread.",
"homepage": "https://github.com/milosjagetic/MJZoomableGridView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Miloš Jagetić": "milos.jagetic@gmail.com"
},
"source": {
"git": "https://github.com/milosjagetic/MJZoomableGridView.git",
"tag": "0.6.6"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "5.0",
"source_files": "MJGridView/Classes/**/*",
"swift_version": "5.0"
}