Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
TanguyAladenise committed Oct 7, 2014
1 parent acd7357 commit 62d739f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions BBBadgeBarButtonItem.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
Pod::Spec.new do |spec|
spec.name = 'BBBadgeBarButtonItem'
spec.version = '1.0'
spec.version = '1.1'
spec.platform = 'ios'
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 = { :git => 'https://github.com/TanguyAladenise/BBBadgeBarButtonItem.git', :tag => '1.1' }
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.
Expand Down

0 comments on commit 62d739f

Please sign in to comment.