Files
JBChartView/BHTabBar/0.0.1/BHTabBar.podspec
T
2012-09-13 22:14:45 +08:00

17 lines
563 B
Ruby

Pod::Spec.new do |s|
s.name = "BHTabBar"
s.version = "0.0.1"
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", :commit => "38259e966811f88a8d6763f756bea87c2331cd16" }
s.platform = :ios
s.source_files = 'Source/*.{h,m}'
s.framework = 'CoreGraphics'
end