blob: afb45592bea4adff459f21d3724a3a5063fe176e [file] [log] [blame]
{
"name": "IndoorMapView",
"version": "0.1.4",
"summary": "IndoorMapView provides a basic toolkit to present an interactive indoor map to a user",
"description": "IndoorMapView helps you to build an interactive indoor map expierence.\nSupports scrolling, zoom and rotation of the map. Focusing on a specific point.\nProvides default implementation for various map objects like user position, navigation path, custom shapes, images, floor transitions, etc as well as an easy way to add custom ones.",
"homepage": "https://gitlab.com/oriient-public/indoormapview",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Michael Krutoyarskiy": "michaelk@oriient.me"
},
"source": {
"git": "https://gitlab.com/oriient-public/indoormapview.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "10.0"
},
"source_files": "IndoorMapView/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"InteractiveContainerView": [
"0.2.0"
]
},
"resources": [
"IndoorMapView/Assets/**/*"
],
"swift_versions": "5.0",
"swift_version": "5.0"
}