updated for new version

This commit is contained in:
Terry Worona
2014-05-04 14:45:27 -07:00
parent 1d8f78d751
commit b59904e5b9
3 changed files with 22 additions and 3 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "JBChartView"
s.version = "2.4.3"
s.version = "2.5.0"
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.4.3"
:tag => "v2.5.0"
}
s.platform = :ios, '7.0'