Skip to content

Commit

Permalink
Add UDBarTrackballItem 1.0.0
Browse files Browse the repository at this point in the history
UDBarTrackballItem is a button view for iOS which can position the text cursor (caret) and define the text selection of a text view in parallel to its touch drag movement.
  • Loading branch information
djui committed Feb 15, 2013
1 parent 35bbbaf commit 3c259df
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions UDBarTrackballItem/1.0.0/UDBarTrackballItem.podspec
@@ -0,0 +1,14 @@
# -*- coding: utf-8 -*-
Pod::Spec.new do |s|
s.name = "UDBarTrackballItem"
s.version = "1.0.0"
s.summary = "Button view which can position text caret and define text selection of a text view in parallel to its touch drag movement."
s.homepage = "https://github.com/djui/UDBarTrackballItem"
s.license = 'MIT'
s.author = { "Uwe Dauernheim" => "uwe@dauernheim.net" }
s.source = { :git => "https://github.com/djui/UDBarTrackballItem.git", :tag => "1.0.0" }
s.platform = :ios, '5.0'
s.source_files = 'UDBarTrackballItem'
s.resources = "UDBarTrackballItem/images/*.png"
s.requires_arc = true
end

0 comments on commit 3c259df

Please sign in to comment.