[Add] flutter_libmwc 0.0.3
[CocoaPods.git] / Specs / 1 / a / 9 / HyperTrackViews / 0.6.0 / HyperTrackViews.podspec.json
blob2ae4e504b64e46e3736967f2817a7457aac322b0
2   "name": "HyperTrackViews",
3   "version": "0.6.0",
4   "summary": "Get HyperTrack data directly on your iOS app to build views",
5   "description": "The iOS Views SDK is used for getting live location and movement data for devices and trips directly to your iOS app.",
6   "homepage": "https://hypertrack.com",
7   "license": {
8     "type": "Copyright",
9     "text": "Copyright (c) 2018 HyperTrack, Inc. (https://www.hypertrack.com)"
10   },
11   "authors": "HyperTrack Inc.",
12   "platforms": {
13     "ios": "9.0"
14   },
15   "source": {
16     "http": "https://github.com/hypertrack/views-ios/releases/download/0.6.0/HyperTrackViews.zip"
17   },
18   "default_subspecs": "Core",
19   "swift_versions": [
20     "4.2",
21     "5.0"
22   ],
23   "dependencies": {
24     "AWSAppSync": [
25       "3.0.2"
26     ]
27   },
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": "*",
32       "exclude_files": "MapKit.swift"
33     },
34     {
35       "name": "MapKit",
36       "dependencies": {
37         "HyperTrackViews/Core": [
39         ]
40       },
41       "source_files": "MapKit.swift",
42       "ios": {
43         "frameworks": "MapKit"
44       }
45     }
46   ],
47   "swift_version": "5.0"