Skip to content

Commit

Permalink
Add XCDFormInputAccessoryView 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
0xced committed Nov 28, 2012
1 parent 44cc0fc commit 9d8ef66
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions XCDFormInputAccessoryView/1.0.0/XCDFormInputAccessoryView.podspec
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = "XCDFormInputAccessoryView"
s.version = "1.0.0"
s.summary = "Input accessory view with previous, next and done buttons."
s.homepage = "https://github.com/0xced/XCDFormInputAccessoryView"
s.license = { :type => 'MIT', :file => 'README.md' }
s.author = { "Cédric Luthi" => "cedric.luthi@gmail.com" }
s.source = { :git => "https://github.com/0xced/XCDFormInputAccessoryView.git", :tag => "1.0.0" }
s.platform = :ios
s.source_files = 'XCDFormInputAccessoryView'
s.requires_arc = true
end

0 comments on commit 9d8ef66

Please sign in to comment.