forked from TanguyAladenise/BBBadgeBarButtonItem
-
Notifications
You must be signed in to change notification settings - Fork 0
/
BBBadgeBarButtonItem.podspec
17 lines (16 loc) · 1.02 KB
/
BBBadgeBarButtonItem.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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" => "[email protected]" }
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