Files
JBChartView/BSKeyboardControls/0.0.1/BSKeyboardControls.podspec
T
Fabio Pelosin 22999cf516 Merge branch 'master' of https://github.com/simonbs/Specs into simonbs-master
* 'master' of https://github.com/simonbs/Specs:
  Corrected pod for version 0.0.1 of BSKeyboardControls.
  Corrected pod for version 1.1 of BSKeyboardControls.

Conflicts:
	BSKeyboardControls/0.0.1/BSKeyboardControls.podspec
2012-11-13 16:37:49 +01:00

12 lines
563 B
Ruby

Pod::Spec.new do |s|
s.name = "BSKeyboardControls"
s.version = "0.0.1"
s.summary = "Put controls above the keyboard on your iPhone or iPad app."
s.homepage = "https://github.com/SimonBS/BSKeyboardControls"
s.license = "MIT"
s.author = { "Simon Støvring" => "simonstoevring@gmail.com" }
s.source = { :git => "https://github.com/SimonBS/BSKeyboardControls.git", :commit => "baa108195e9cb18a53bede6d33c722470164e872" }
s.platform = :ios
s.source_files = "BSKeyboardControls/BSKeyboardControls.{h,m}"
end