blob: 460d6243946979c37b4265041c2be07a710541a1 [file] [log] [blame]
{
"name": "SygicMapsKit",
"version": "1.0.0",
"summary": "Library based on SygicMaps SDK. It provides ready to use components to build map-based application. Example app included.",
"swift_version": "4.2",
"description": "A powerful open-source library based on Sygic Maps SDK which can be used to display rich map content and interact with it. It is using UI components from Sygic UI Kit.",
"homepage": "https://github.com/Sygic/sygic-maps-kit-ios",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sygic": "info@sygic.com"
},
"source": {
"git": "https://github.com/Sygic/sygic-maps-kit-ios.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "SygicMapsKit/Classes/**/*",
"dependencies": {
"SygicMaps": [
"~> 9.0"
],
"SygicUIKit": [
"~> 1.0"
]
}
}