Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Skyler Smith committed Sep 5, 2019
1 parent 3c39f26 commit 581e2dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ARCoreLocation.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Pod::Spec.new do |s|
s.platform = :ios
s.ios.deployment_target = '11.0'
s.name = "ARCoreLocation"
s.version = "0.1.8"
s.version = "0.1.9"
s.summary = "Place AR landmarks on real-world locations."

s.description = <<-DESC
Expand All @@ -26,6 +26,6 @@ Pod::Spec.new do |s|

s.frameworks = "UIKit", "ARKit", "CoreLocation", "GLKit"

s.swift_version = "4.2"
s.swift_version = "5.0"

end

0 comments on commit 581e2dd

Please sign in to comment.