Skip to content

Commit

Permalink
KTOneFingerRotationGestureRecognizer 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aufflick committed Feb 10, 2013
1 parent 7ce9398 commit 3592cc0
Showing 1 changed file with 17 additions and 0 deletions.
@@ -0,0 +1,17 @@
Pod::Spec.new do |s|
s.name = "KTOneFingerRotationGestureRecognizer"
s.version = "1.0.0"
s.summary = "A custom UIGestureRecognizer for doing one finger rotations in iOS apps."
s.description = <<-DESC
KTOneFingerRotationGestureRecognizer is a custom UIGestureRecognizer for doing one
finger rotations in iOS apps. It tracks finger movement around a central point.
DESC
s.homepage = "https://github.com/kirbyt/KTOneFingerRotationGestureRecognizer"

s.license = 'MIT'
s.author = { "Kirby Turner" => "kirby@whitepeaksoftware.com" }
s.source = { :git => "https://github.com/kirbyt/KTOneFingerRotationGestureRecognizer.git", :tag => "1.0.0" }
s.platform = :ios, '5.0'
s.source_files = 'KTOneFingerRotationGestureRecognizer.{h,m}'
s.requires_arc = true
end

0 comments on commit 3592cc0

Please sign in to comment.