Skip to content

Commit

Permalink
[Add] JCDefaultFormInputAccessoryView (0.9.0) [James Coleman]
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoleman committed Dec 10, 2012
1 parent 7c39854 commit 7703941
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = 'JCDefaultFormInputAccessoryView'
s.platform = :ios, '5.0'
s.version = '0.9.0'
s.summary = 'Default input accessory view for iOS with next/previous and done buttons.'
s.license = { :type => 'MIT', :file => 'LICENSE.txt' }
s.homepage = 'https://github.com/jcoleman/JCDefaultFormInputAccessoryView'
s.author = { 'James Coleman' => '[email protected]' }
s.requires_arc = true
s.source = { :git => 'https://github.com/jcoleman/JCDefaultFormInputAccessoryView.git', :tag => '0.9.0' }
s.source_files = 'Library/*.{h,m}'
end

0 comments on commit 7703941

Please sign in to comment.