Showing
1 changed file
with
2 additions
and
2 deletions
| @@ -16,7 +16,7 @@ Pod::Spec.new do |s| | @@ -16,7 +16,7 @@ Pod::Spec.new do |s| | ||
| 16 | # | 16 | # |
| 17 | 17 | ||
| 18 | s.name = "PNChart" | 18 | s.name = "PNChart" |
| 19 | - s.version = "0.8.3" | 19 | + s.version = "0.8.4" |
| 20 | s.summary = "A simple and beautiful chart lib with animation used in Piner for iOS" | 20 | s.summary = "A simple and beautiful chart lib with animation used in Piner for iOS" |
| 21 | 21 | ||
| 22 | s.description = <<-DESC | 22 | s.description = <<-DESC |
| @@ -90,7 +90,7 @@ Pod::Spec.new do |s| | @@ -90,7 +90,7 @@ Pod::Spec.new do |s| | ||
| 90 | # Supports git, hg, bzr, svn and HTTP. | 90 | # Supports git, hg, bzr, svn and HTTP. |
| 91 | # | 91 | # |
| 92 | 92 | ||
| 93 | - s.source = { :git => "https://github.com/kevinzhow/PNChart.git", :tag => "0.8.3" } | 93 | + s.source = { :git => "https://github.com/kevinzhow/PNChart.git", :tag => "0.8.4" } |
| 94 | 94 | ||
| 95 | 95 | ||
| 96 | # ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # | 96 | # ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # |
-
Please register or login to post a comment