[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 4 / 3 / d / SygicMapsKit / 1.0.0 / SygicMapsKit.podspec.json
blob460d6243946979c37b4265041c2be07a710541a1
2   "name": "SygicMapsKit",
3   "version": "1.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_version": "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": "1.0.0"
18   },
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "SygicMapsKit/Classes/**/*",
23   "dependencies": {
24     "SygicMaps": [
25       "~> 9.0"
26     ],
27     "SygicUIKit": [
28       "~> 1.0"
29     ]
30   }