Skip to content

Commit

Permalink
update pod
Browse files Browse the repository at this point in the history
  • Loading branch information
TanguyAladenise committed Oct 7, 2014
1 parent 14612da commit acd7357
Showing 1 changed file with 15 additions and 17 deletions.
32 changes: 15 additions & 17 deletions BBBadgeBarButtonItem.podspec
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
Pod::Spec.new do |s|
s.name = "BBBadgeBarButtonItem"
s.version = "1.0"
s.summary = "Badge value on top of BarButtonItem"
s.description = <<-DESC
Create a BarButtonItem with a badge on top. Easily customizable. Your BarButtonItem can be any custom view you wish for. The badge on top can display any number or string of any size or length. Reproducing the behavior of a badge value on a tabBarItem in a Navigation Bar.
DESC
s.homepage = "https://github.com/TanguyAladenise/BBBadgeBarButtonItem"
s.screenshots = "https://github.com/TanguyAladenise/BBBadgeBarButtonItem/blob/master/screenshot.png"
s.license = 'MIT'
s.author = { "TanguyAladenise" => "tanguy.aladenise@gmail.com" }
s.source = { :git => "https://github.com/TanguyAladenise/BBBadgeBarButtonItem.git", :tag => '1.0' }
s.source_files = 'BBBadgeBarButtonItem/BBBadgeBarButtonItem.{h,m}'
s.platform = :ios, '6.0'
s.requires_arc = true

end
Pod::Spec.new do |spec|
spec.name = 'BBBadgeBarButtonItem'
spec.version = '1.0'
spec.license = { :type => 'MIT' }
spec.homepage = 'https://github.com/TanguyAladenise/BBBadgeBarButtonItem'
spec.authors = { 'Tanguy Aladenise' => 'tanguy.aladenise@gmail.com' }
spec.summary = 'Badge value on top of BarButtonItem'
spec.source = { :git => 'https://github.com/TanguyAladenise/BBBadgeBarButtonItem.git', :tag => '1.0' }
spec.source_files = 'BBBadgeBarButtonItem/BBBadgeBarButtonItem.{h,m}'
spec.description = <<-DESC
Create a BarButtonItem with a badge on top. Easily customizable. Your BarButtonItem can be any custom view you wish for. The badge on top can display any number or string of any size or length. Reproducing the behavior of a badge value on a tabBarItem in a Navigation Bar.
DESC
spec.requires_arc = true
spec.screenshots = "https://github.com/TanguyAladenise/BBBadgeBarButtonItem/blob/master/screenshot.png"
end

0 comments on commit acd7357

Please sign in to comment.