[Add] LiveConnectUIKit_iOS 4.5.0.13
[CocoaPods.git] / Specs / 4 / 3 / d / SygicMapsKit / 3.0.0 / SygicMapsKit.podspec.json
blob9b7c8284a416ef068bc28bd330da1cc866bd8d99
2   "name": "SygicMapsKit",
3   "version": "3.0.0",
4   "summary": "Library based on SygicMaps SDK. It provides ready to use components to build map-based application. Example app included.",
5   "swift_versions": "4.2",
6   "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.",
7   "homepage": "https://github.com/Sygic/sygic-maps-kit-ios",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Sygic": "info@sygic.com"
14   },
15   "source": {
16     "git": "https://github.com/Sygic/sygic-maps-kit-ios.git",
17     "tag": "3.0.0"
18   },
19   "platforms": {
20     "ios": "11.0"
21   },
22   "source_files": "SygicMapsKit/Classes/**/*",
23   "resources": "SygicMapsKit/Resources/**/*.{xcassets}",
24   "dependencies": {
25     "SygicMaps": [
26       "~> 14.0"
27     ],
28     "SygicUIKit": [
29       "~> 3.0"
30     ]
31   },
32   "xcconfig": {
33     "VALID_ARCHS": "arm64 x86_64"
34   },
35   "swift_version": "4.2"