Set deployment_target to 6.0
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -13,7 +13,7 @@ Pod::Spec.new do |m| | @@ -13,7 +13,7 @@ Pod::Spec.new do |m| | ||
13 | m.source = { :git => 'https://github.com/sputnik-ru/Mapbox-iOS-SDK.git', :tag => m.version.to_s } | 13 | m.source = { :git => 'https://github.com/sputnik-ru/Mapbox-iOS-SDK.git', :tag => m.version.to_s } |
14 | 14 | ||
15 | m.platform = :ios | 15 | m.platform = :ios |
16 | - m.ios.deployment_target = '5.0' | 16 | + m.ios.deployment_target = '6.0' |
17 | m.requires_arc = true | 17 | m.requires_arc = true |
18 | 18 | ||
19 | m.module_name = 'Mapbox_iOS_SDK' | 19 | m.module_name = 'Mapbox_iOS_SDK' |
-
Please register or login to post a comment