[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / 5 / d / UhSpotNavigation / 0.0.2 / UhSpotNavigation.podspec.json
bloba0b33928be62ca6cf36a412cc15cd29f50962a38
2   "name": "UhSpotNavigation",
3   "version": "0.0.2",
4   "summary": "Complete turn-by-turn navigation interface for iOS.",
5   "description": "UhSpot's drop in Interface using MapboxCoreNavigation Services",
6   "homepage": "https://uhspot.com",
7   "documentation_url": "https://docs.mapbox.com/ios/api/navigation/",
8   "license": {
9     "type": "ISC",
10     "file": "LICENSE.md"
11   },
12   "authors": {
13     "UhSpot": "mobile@uhspot.com"
14   },
15   "social_media_url": "https://uhspot.com",
16   "platforms": {
17     "ios": "14.0"
18   },
19   "source": {
20     "git": "https://github.com/UhSpot/mapbox-navigation-ios.git",
21     "tag": "v0.0.2-uhspot"
22   },
23   "source_files": "Sources/UhSpotNavigation/**/*.{h,m,swift}",
24   "resources": [
25     "Sources/UhSpotNavigation/Resources/*/*",
26     "Sources/UhSpotNavigation/Resources/*"
27   ],
28   "requires_arc": true,
29   "module_name": "UhSpotNavigation",
30   "dependencies": {
31     "MapboxCoreNavigation": [
32       "=1.4.0"
33     ],
34     "Mapbox-iOS-SDK": [
35       "< 6.2.2"
36     ],
37     "Solar": [
38       "~> 2.1"
39     ],
40     "MapboxSpeech": [
41       "~> 1.0"
42     ],
43     "MapboxMobileEvents": [
44       "~> 0.10.2"
45     ]
46   },
47   "swift_versions": "5.0",
48   "user_target_xcconfig": {
49     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "$(EXCLUDED_ARCHS__EFFECTIVE_PLATFORM_SUFFIX_$(EFFECTIVE_PLATFORM_SUFFIX)__NATIVE_ARCH_64_BIT_$(NATIVE_ARCH_64_BIT)__XCODE_$(XCODE_VERSION_MAJOR))",
50     "EXCLUDED_ARCHS__EFFECTIVE_PLATFORM_SUFFIX_simulator__NATIVE_ARCH_64_BIT_x86_64__XCODE_1200": "arm64 arm64e armv7 armv7s armv6 armv8"
51   },
52   "pod_target_xcconfig": {
53     "EXCLUDED_ARCHS[sdk=iphonesimulator*]": "$(EXCLUDED_ARCHS__EFFECTIVE_PLATFORM_SUFFIX_$(EFFECTIVE_PLATFORM_SUFFIX)__NATIVE_ARCH_64_BIT_$(NATIVE_ARCH_64_BIT)__XCODE_$(XCODE_VERSION_MAJOR))",
54     "EXCLUDED_ARCHS__EFFECTIVE_PLATFORM_SUFFIX_simulator__NATIVE_ARCH_64_BIT_x86_64__XCODE_1200": "arm64 arm64e armv7 armv7s armv6 armv8"
55   },
56   "swift_version": "5.0"