Skip to content

Commit

Permalink
[Update] BHTabBar (1.0.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
allenhuang committed Oct 1, 2012
1 parent 740d1cc commit 5a399a0
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions BHTabBar/1.0.0/BHTabBar.podspec
@@ -0,0 +1,16 @@
Pod::Spec.new do |s|
s.name = "BHTabBar"
s.version = "1.0.0"
s.summary = "A web-browser like tab bar implementation for iOS4+."
s.homepage = "https://github.com/fictorial/BHTabBar"

s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Brian Hammond" => "brian@fictorial.com" }
s.source = { :git => "https://github.com/fictorial/BHTabBar.git", :tag => "1.0.0" }

s.platform = :ios

s.source_files = 'Source/*.{h,m}'

s.framework = 'CoreGraphics'
end

0 comments on commit 5a399a0

Please sign in to comment.