blob: e064a881fd4f7e5320d1882f88146af16e6acadf [file] [log] [blame]
{
"name": "SygicMapsKit",
"version": "2.0.0",
"summary": "Library based on SygicMaps SDK. It provides ready to use components to build map-based application. Example app included.",
"swift_versions": "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": "2.0.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "SygicMapsKit/Classes/**/*",
"dependencies": {
"SygicMaps": [
"~> 13.0"
],
"SygicUIKit": [
"~> 2.0"
]
},
"xcconfig": {
"VALID_ARCHS": "arm64 x86_64"
},
"swift_version": "4.2"
}