Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Commit

Permalink
Fix aws podspec path. (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabian-guerra authored Oct 24, 2019
1 parent 5f21a7d commit aa3f387
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion platform/ios/Mapbox-iOS-SDK-snapshot-dynamic.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Pod::Spec.new do |m|
m.documentation_url = 'https://docs.mapbox.com/ios/api/maps/'

m.source = {
:http => "https://mapbox.s3.amazonaws.com/mapbox-gl-native-ios/ios/builds/mapbox-ios-sdk-snapshot-dynamic.zip",
:http => "https://mapbox.s3.amazonaws.com/mapbox-gl-native/ios/builds/mapbox-ios-sdk-snapshot-dynamic.zip",
:flatten => true
}

Expand Down
2 changes: 1 addition & 1 deletion platform/ios/Mapbox-iOS-SDK-stripped.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Pod::Spec.new do |m|
m.documentation_url = 'https://docs.mapbox.com/ios/api/maps/'

m.source = {
:http => "https://mapbox.s3.amazonaws.com/mapbox-gl-native-ios/ios/builds/mapbox-ios-sdk-#{m.version.to_s}-dynamic.zip",
:http => "https://mapbox.s3.amazonaws.com/mapbox-gl-native/ios/builds/mapbox-ios-sdk-#{m.version.to_s}-dynamic.zip",
:flatten => true
}

Expand Down
2 changes: 1 addition & 1 deletion platform/ios/Mapbox-iOS-SDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Pod::Spec.new do |m|
m.documentation_url = 'https://docs.mapbox.com/ios/api/maps/'

m.source = {
:http => "https://mapbox.s3.amazonaws.com/mapbox-gl-native-ios/ios/builds/mapbox-ios-sdk-#{m.version.to_s}-dynamic.zip",
:http => "https://mapbox.s3.amazonaws.com/mapbox-gl-native/ios/builds/mapbox-ios-sdk-#{m.version.to_s}-dynamic.zip",
:flatten => true
}

Expand Down

0 comments on commit aa3f387

Please sign in to comment.