[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 2 / 4 / 0 / IndoorMapView / 0.1.0 / IndoorMapView.podspec.json
blob3ae6b5aafdd6cc7f95a3b5cdc75b1b6ff51c0ad8
2   "name": "IndoorMapView",
3   "version": "0.1.0",
4   "summary": "IndoorMapView provides a basic toolkit to present an interactive indoor map to a user",
5   "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.",
6   "homepage": "https://gitlab.com/oriient-public/indoormapview",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Michael Krutoyarskiy": "michaelk@oriient.me"
13   },
14   "source": {
15     "git": "https://gitlab.com/oriient-public/indoormapview.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "IndoorMapView/Classes/**/*",
22   "frameworks": "UIKit",
23   "dependencies": {
24     "InteractiveContainerView": [
25       "0.1.0"
26     ]
27   },
28   "resources": [
29     "IndoorMapView/Assets/**/*"
30   ],
31   "swift_versions": "5.0",
32   "swift_version": "5.0"