blob: 892804bdd2b286121739ffdba5c303dfa03ebaf4 [file] [log] [blame]
{
"name": "MapCache",
"version": "0.8.0",
"summary": "Map caching for iOS. Support offline maps in your app.",
"description": "Cache for iOS applications for supporting offline tile maps. Downloads and keeps tiles in disk as user browses the map. Also, it can download a complete area at all different zoom levels for a complete offline experience (beta).\u0013",
"homepage": "https://github.com/merlos/MapCache",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"merlos": "merlos@users.noreply.github.com"
},
"source": {
"git": "https://github.com/merlos/MapCache.git",
"tag": "0.8.0"
},
"social_media_url": "https://twitter.com/merlos",
"swift_versions": "5.0",
"source_files": "MapCache/Classes/**/*",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"frameworks": [
"Foundation",
"MapKit"
],
"swift_version": "5.0"
}