Skip to content

Commit

Permalink
tag 1.1 on commit
Browse files Browse the repository at this point in the history
  • Loading branch information
iprayforwaves committed Jul 18, 2012
1 parent ab7163c commit 7179a9d
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = "BSKeyboardControls"
s.version = "0.0.1"
s.version = "1.1"
s.summary = "Put controls above the keyboard on your iPhone or iPad app."
s.homepage = "https://github.com/SimonBS/BSKeyboardControls"
s.license = "MIT"
s.author = { "Simon Støvring" => "simon@codeinacup.com" }
s.description = "Easily put back, next and done controls above the keyboard on your iPhone or iPad app."
s.source = { :git => "https://github.com/SimonBS/BSKeyboardControls.git", :commit => "baa108195e9cb18a53bede6d33c722470164e872" }
s.source = { :git => "https://github.com/SimonBS/BSKeyboardControls.git", :tag => "v1.1" }
s.platform = :ios
s.source_files = "BSKeyboardControls/BSKeyboardControls.{h,m}"
end

0 comments on commit 7179a9d

Please sign in to comment.