Skip to content
This repository has been archived by the owner on Mar 12, 2021. It is now read-only.

Commit

Permalink
fix issues with the podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
maxxfrazer committed Nov 29, 2018
1 parent e937311 commit 4aeb4bd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions SmartHitTest.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
# ――― Spec Metadata ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.name = "SmartHitTest"
s.version = "1.0.0"
s.version = "1.0.1"
s.summary = "SmartHitTest allows users to get a pretty good estimate of a hitTest on vertical or horizontal planes."
s.description = <<-DESC
SmartHitTest allows users to get a pretty good estimate of a hitTest on vertical or horizontal planes.
Expand All @@ -16,6 +16,7 @@ Pod::Spec.new do |s|
# ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.source = { :git => "https://github.com/maxxfrazer/ARKit-SmartHitTest.git", :tag => "#{s.version}" }
s.swift_version = '4.1'
s.ios.deployment_target = '12.0'
# ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
s.source_files = "SmartHitTest/SmartHitTest/*.swift"
s.source_files = "SmartHitTest/*.swift"
end

0 comments on commit 4aeb4bd

Please sign in to comment.