13 lines
572 B
Ruby
13 lines
572 B
Ruby
Pod::Spec.new do |s|
|
|
s.name = 'UIResponder+KeyboardCache'
|
|
s.version = '0.1'
|
|
s.license = 'MIT'
|
|
s.summary = 'A simple workaround to the annoying problem of keyboard lag.'
|
|
s.homepage = 'https://github.com/mbrandonw/UIResponder-KeyboardCache'
|
|
s.author = { 'Brandon Williams' => 'brandon@opetopic.com' }
|
|
s.source = { :git => 'https://github.com/mbrandonw/UIResponder-KeyboardCache.git', :commit => '2374177b071bad5fb332d7f900f45842f579f960' }
|
|
s.platform = :ios
|
|
s.source_files = '*.{h,m}'
|
|
s.requires_arc = true
|
|
end
|