We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5024e1e + 275719b commit 5e0ca16Copy full SHA for 5e0ca16
TouchTracker.podspec
@@ -0,0 +1,22 @@
1
+
2
+Pod::Spec.new do |spec|
3
4
+ spec.name = "TouchTracker"
5
+ spec.version = "0.2.1"
6
+ spec.summary = "Show a mark at the touched point on the View of SwiftU and UIKit."
7
8
+ spec.homepage = "https://github.com/p-x9/TouchTracker"
9
10
+ spec.license = { :type => "MIT", :file => "LICENSE" }
11
12
+ spec.author = { "p-x9" => "p.x9.dev@gmail.com" }
13
14
+ spec.platform = :ios, "13.0"
15
16
+ spec.source = { :git => "https://github.com/p-x9/TouchTracker.git", :tag => "#{spec.version}" }
17
18
+ spec.source_files = "Sources/TouchTracker/**/*.{swift}"
19
20
+ spec.swift_version = '5.8'
21
22
+end
0 commit comments