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

Commit

Permalink
[ios] update podspec URL
Browse files Browse the repository at this point in the history
  • Loading branch information
jmkiley committed Nov 14, 2018
1 parent 8a40c62 commit 4efffd5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion platform/ios/Mapbox-iOS-SDK-symbols.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://www.mapbox.com/ios-sdk/api/'

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

Expand Down
4 changes: 2 additions & 2 deletions platform/ios/Mapbox-iOS-SDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ Pod::Spec.new do |m|
m.documentation_url = 'https://www.mapbox.com/ios-sdk/api/'

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

m.platform = :ios
m.ios.deployment_target = '8.0'

Expand Down

0 comments on commit 4efffd5

Please sign in to comment.