Skip to content

Commit

Permalink
Merge pull request CocoaPods#5339 from el-eleven/master
Browse files Browse the repository at this point in the history
Add EEToolbarCenterButton version 0.0.1
  • Loading branch information
orta committed Nov 9, 2013
2 parents cb94b2f + 5206c5b commit 24e4547
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions EEToolbarCenterButton/0.0.1/EEToolbarCenterButton.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Pod::Spec.new do |s|
s.name = "EEToolbarCenterButton"
s.version = "0.0.1"
s.summary = "A featured button at the center of UIToolbar."
s.description = <<-DESC
EEToolbarCenterButton is a component to add a featured button to the center of UIToolbar. It handles button alignment, and helps you use button images whose height is larger than UIToolbar height.
DESC
s.homepage = "https://github.com/el-eleven/EEToolbarCenterButton"
s.screenshots = "https://raw.github.com/el-eleven/EEToolbarCenterButton/master/Images/Screenshot.jpg"
s.license = 'MIT'
s.author = { "Yoichi Tagaya" => "[email protected]" }
s.platform = :ios, '5.0'
s.source = { :git => "https://github.com/el-eleven/EEToolbarCenterButton.git", :tag => s.version.to_s }
s.source_files = 'Classes/*.{h,m}'
s.framework = 'CoreGraphics'
s.requires_arc = true
end

0 comments on commit 24e4547

Please sign in to comment.