updated pod spec

This commit is contained in:
Terry Worona
2014-08-29 15:23:25 -07:00
parent d3a92dd70f
commit e24d2487f1
+2 -2
View File
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "JBChartView"
s.version = "2.8.5"
s.version = "2.8.6"
s.summary = "Jawbone's iOS-based charting library for both line and bar graphs."
s.homepage = "https://github.com/Jawbone/JBChartView"
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.author = { "Terry Worona" => "tworona@jawbone.com" }
s.source = {
:git => "https://github.com/Jawbone/JBChartView.git",
:tag => "v2.8.5"
:tag => "v2.8.6"
}
s.platform = :ios, '6.0'