From 8e8d6aaed0711878e5c97747d7647adf8c8c6a8a Mon Sep 17 00:00:00 2001 From: Mapbox Date: Thu, 10 Oct 2024 19:01:59 +0200 Subject: [PATCH] [Add] MapboxMaps 11.7.1 --- .../a/8/MapboxMaps/11.7.1/MapboxMaps.podspec.json | 44 ++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 Specs/8/a/8/MapboxMaps/11.7.1/MapboxMaps.podspec.json diff --git a/Specs/8/a/8/MapboxMaps/11.7.1/MapboxMaps.podspec.json b/Specs/8/a/8/MapboxMaps/11.7.1/MapboxMaps.podspec.json new file mode 100644 index 000000000000..c141282390bc --- /dev/null +++ b/Specs/8/a/8/MapboxMaps/11.7.1/MapboxMaps.podspec.json @@ -0,0 +1,44 @@ +{ + "name": "MapboxMaps", + "version": "11.7.1", + "summary": "Vector map solution for iOS with full styling capabilities.", + "description": "Metal-based vector map solution for iOS with full styling capabilities.", + "homepage": "https://docs.mapbox.com/ios/maps/guides/", + "license": { + "type": "Commercial", + "file": "LICENSE.md" + }, + "authors": { + "Mapbox": "mobile@mapbox.com" + }, + "social_media_url": "https://twitter.com/mapbox", + "documentation_url": "https://docs.mapbox.com/ios/maps/api-reference/", + "source": { + "git": "https://github.com/mapbox/mapbox-maps-ios.git", + "tag": "v11.7.1" + }, + "platforms": { + "ios": "12.0" + }, + "swift_versions": "5.9", + "source_files": "Sources/MapboxMaps/**/*.{swift,h}", + "resource_bundles": { + "MapboxMapsResources": [ + "Sources/**/*.{xcassets,strings}", + "Sources/MapboxMaps/MapboxMaps.json", + "Sources/MapboxMaps/PrivacyInfo.xcprivacy" + ] + }, + "dependencies": { + "MapboxCoreMaps": [ + "11.7.1" + ], + "MapboxCommon": [ + "24.7.1" + ], + "Turf": [ + "3.0.0" + ] + }, + "swift_version": "5.9" +} -- 2.11.4.GIT