blob: 9b7c8284a416ef068bc28bd330da1cc866bd8d99 [file] [log] [blame]
{
"name": "SygicMapsKit",
"version": "3.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": "3.0.0"
},
"platforms": {
"ios": "11.0"
},
"source_files": "SygicMapsKit/Classes/**/*",
"resources": "SygicMapsKit/Resources/**/*.{xcassets}",
"dependencies": {
"SygicMaps": [
"~> 14.0"
],
"SygicUIKit": [
"~> 3.0"
]
},
"xcconfig": {
"VALID_ARCHS": "arm64 x86_64"
},
"swift_version": "4.2"
}