Skip to content

Commit 242be01

Browse files
persidskiygithub-actions[bot]
authored andcommitted
Maps iOS: update version in podspec
GitOrigin-RevId: b0cd855ee68b26c89107b38268aa6e864d300d42
1 parent 6a29832 commit 242be01

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

MapboxMaps.podspec

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
Pod::Spec.new do |m|
22

3-
maps_version = '11.11.0'
4-
53
m.name = 'MapboxMaps'
6-
m.version = maps_version
4+
m.version = '11.11.0-SNAPSHOT-03-31--04-29.git-18d75be'
75

86
m.summary = 'Vector map solution for iOS with full styling capabilities.'
97
m.description = 'Metal-based vector map solution for iOS with full styling capabilities.'
@@ -13,7 +11,7 @@ Pod::Spec.new do |m|
1311
m.social_media_url = 'https://twitter.com/mapbox'
1412
m.documentation_url = 'https://docs.mapbox.com/ios/maps/api-reference/'
1513

16-
m.source = { :git => 'https://github.com/mapbox/mapbox-maps-ios.git', :tag => "v#{maps_version}" }
14+
m.source = { :git => 'https://github.com/mapbox/mapbox-maps-ios.git', :tag => "v#{m.version.to_s}" }
1715
m.platform = :ios
1816
m.ios.deployment_target = '14.0'
1917
m.swift_version = '5.9'

0 commit comments

Comments
 (0)