Skip to content

Commit

Permalink
Modified Podspec to change deployment version.
Browse files Browse the repository at this point in the history
Not sure if I should change anything else but grepping the repo this
seems like what tells cocoapods that iOS 11+ is needed

Signed-off-by: Vihan B <contact@vihan.org>
  • Loading branch information
vihanb committed Sep 2, 2017
1 parent 1d0050f commit dc0e10c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ARCL.podspec
Expand Up @@ -6,9 +6,9 @@ Pod::Spec.new do |s|
s.author = { "Andrew Hart" => "Andrew@ProjectDent.com" }
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.source = { :git => "https://ProjectDent@github.com/ProjectDent/ARKit-CoreLocation.git", :tag => s.version.to_s, :submodules => false }
s.platform = :ios, '11.0'
s.platform = :ios, '9.0'
s.requires_arc = true
s.source_files = 'ARKit+CoreLocation/Source/*.swift'
s.frameworks = 'Foundation', 'UIKit', 'ARKit', 'CoreLocation', 'MapKit', 'SceneKit'
s.ios.deployment_target = '11.0'
end
s.ios.deployment_target = '9.0'
end

0 comments on commit dc0e10c

Please sign in to comment.