Skip to content

Commit

Permalink
adds podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Hart authored and Andrew Hart committed Jul 16, 2017
1 parent 5c2bf90 commit ca3719b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions ARKit+CoreLocation.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = "ARKit+CoreLocation"
s.version = "0.1"
s.summary = "Combines the high accuracy of AR with the scale of GPS data."
s.homepage = "https://github.com/ProjectDent/arkit-corelocation"
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.requires_arc = true
s.source_files = 'ARKit+CoreLocation/Source/*.swift'
s.resource = 'ARKit+CoreLocation/Assets.xcassets', 'ARKit+CoreLocation/art.scnassets'
s.frameworks = 'Foundation', 'UIKit', 'ARKit', 'CoreLocation', 'MapKit', 'SceneKit'
s.ios.deployment_target = '11.0'
end
6 changes: 3 additions & 3 deletions Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ca3719b

Please sign in to comment.