Skip to content
This repository has been archived by the owner on Jun 21, 2019. It is now read-only.

Commit

Permalink
[Podspec] 'UIViewController+RSKKeyboardAnimation' => 'RSKKeyboardAnim…
Browse files Browse the repository at this point in the history
…ationObserver'.
  • Loading branch information
ruslanskorb committed Nov 19, 2015
1 parent f695cad commit f06c214
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Pod::Spec.new do |s|
s.name = 'UIViewController+RSKKeyboardAnimation'
s.name = 'RSKKeyboardAnimationObserver'
s.version = '1.0.0'
s.summary = 'Showing/dismissing keyboard animation in simple view controller category.'
s.homepage = 'https://github.com/ruslanskorb/UIViewController-RSKKeyboardAnimation'
s.homepage = 'https://github.com/ruslanskorb/RSKKeyboardAnimationObserver'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Anton Gaenko' => '[email protected]', 'Ruslan Skorb' => '[email protected]' }
s.platform = :ios, '6.0'
s.source = { :git => 'https://github.com/ruslanskorb/UIViewController-KeyboardAnimation.git', :tag=> s.version.to_s }
s.source_files = 'UIViewController+RSKKeyboardAnimation/*.{h,m}'
s.source = { :git => 'https://github.com/ruslanskorb/RSKKeyboardAnimationObserver.git', :tag=> s.version.to_s }
s.source_files = 'RSKKeyboardAnimationObserver/*.{h,m}'
s.framework = 'UIKit'
s.requires_arc = true
end

0 comments on commit f06c214

Please sign in to comment.