Files
JBChartView/BSKeyboardControls/0.0.1/BSKeyboardControls.podspec
T
2012-07-13 13:02:54 -04:00

14 lines
644 B
Ruby

Pod::Spec.new do |s|
s.name = 'BSKeyboardControls'
s.version = '0.0.1'
s.license = 'MIT'
s.homepage = 'http://github.com/SimonBS/BSKeyboardControls'
s.authors = { 'Simon Stovring' => 'simon@codeinacup.com' }
s.summary = 'Put controls above the keyboard on your iPhone or iPad app.'
s.description = 'Put controls above the keyboard on your iPhone or iPad app.'
s.platform = :ios
s.source = { :git => 'https://github.com/SimonBS/BSKeyboardControls.git', :commit => 'baa108195e9cb18a53bede6d33c722470164e872' }
s.clean_paths = 'Example'
s.source_files = 'BSKeyboardControls/*.{h,m}'
end