Skip to content

Commit

Permalink
Merge pull request #120 from ProjectDent/pod-weirdness
Browse files Browse the repository at this point in the history
Fixes path issue in podspec
  • Loading branch information
aaronbrethorst authored Jul 6, 2018
2 parents 4b4ffb3 + dbd4aa3 commit aee28dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ARCL.podspec
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
Pod::Spec.new do |s|
s.name = "ARCL"
s.version = "1.0.3"
s.version = "1.0.4"
s.summary = "ARKit + CoreLocation combines the high accuracy of AR with the scale of GPS data."
s.homepage = "https://github.com/ProjectDent/arkit-corelocation"
s.author = { "Andrew Hart" => "[email protected]" }
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.source = { :git => "https://[email protected]/ProjectDent/ARKit-CoreLocation.git", :tag => s.version.to_s, :submodules => false }
s.platform = :ios, '9.0'
s.requires_arc = true
s.source_files = 'ARKit+CoreLocation/ARCL/Source/*.swift'
s.source_files = 'ARCL/Source/*.swift'
s.frameworks = 'Foundation', 'UIKit', 'ARKit', 'CoreLocation', 'MapKit', 'SceneKit'
s.ios.deployment_target = '9.0'
end

0 comments on commit aee28dd

Please sign in to comment.