Skip to content

Commit

Permalink
Merge pull request CocoaPods#541 from yetithefoot/master
Browse files Browse the repository at this point in the history
Pull request for YTFKeyboardCorrector
  • Loading branch information
fabiopelosin committed Sep 25, 2012
2 parents d74c348 + 1834f68 commit cff3081
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions YTFKeyboardCorrector/0.1/YTFKeyboardCorrector.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.platform = :ios
s.name = 'YTFKeyboardCorrector'
s.version = '0.1'
s.license = 'MIT'
s.summary = 'Corrector for keyboard used in iOS.'
s.homepage = 'https://github.com/yetithefoot/YTFKeyboardCorrector'
s.authors = {'YetiTheFoot' => 'reg.yeti@gmail.com'}
s.source = { :git => 'https://github.com/yetithefoot/YTFKeyboardCorrector.git', :tag => '0.1'}
s.source_files = 'YTFKeyboardCorrector'
s.requires_arc = false

s.framework = 'UIKit', 'Foundation'
s.prefix_header_contents = '#import <UIKit/UIKit.h>', '#import <Foundation/Foundation.h>'
end

0 comments on commit cff3081

Please sign in to comment.