Showing
1 changed file
with
5 additions
and
5 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.2" | 19 | + s.version = "0.8.3" |
| 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 |
| @@ -32,7 +32,7 @@ Pod::Spec.new do |s| | @@ -32,7 +32,7 @@ Pod::Spec.new do |s| | ||
| 32 | 32 | ||
| 33 | ## Requirements | 33 | ## Requirements |
| 34 | 34 | ||
| 35 | - PNChart works on iOS 6.0 and later version and is compatible with ARC projects. It depends on the following Apple frameworks, which should already be included with most Xcode templates: | 35 | + PNChart works on iOS 7.0 and later version and is compatible with ARC projects. It depends on the following Apple frameworks, which should already be included with most Xcode templates: |
| 36 | 36 | ||
| 37 | * Foundation.framework | 37 | * Foundation.framework |
| 38 | * UIKit.framework | 38 | * UIKit.framework |
| @@ -77,7 +77,7 @@ Pod::Spec.new do |s| | @@ -77,7 +77,7 @@ Pod::Spec.new do |s| | ||
| 77 | # the deployment target. You can optionally include the target after the platform. | 77 | # the deployment target. You can optionally include the target after the platform. |
| 78 | # | 78 | # |
| 79 | 79 | ||
| 80 | - s.platform = :ios, "8.0" | 80 | + s.platform = :ios, "7.0" |
| 81 | 81 | ||
| 82 | # When using multiple platforms | 82 | # When using multiple platforms |
| 83 | # s.ios.deployment_target = "5.0" | 83 | # s.ios.deployment_target = "5.0" |
| @@ -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.2" } | 93 | + s.source = { :git => "https://github.com/kevinzhow/PNChart.git", :tag => "0.8.3" } |
| 94 | 94 | ||
| 95 | 95 | ||
| 96 | # ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # | 96 | # ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # |
| @@ -143,6 +143,6 @@ Pod::Spec.new do |s| | @@ -143,6 +143,6 @@ Pod::Spec.new do |s| | ||
| 143 | s.requires_arc = true | 143 | s.requires_arc = true |
| 144 | 144 | ||
| 145 | # s.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" } | 145 | # s.xcconfig = { "HEADER_SEARCH_PATHS" => "$(SDKROOT)/usr/include/libxml2" } |
| 146 | - s.dependency 'UICountingLabel', '~> 1.0.0' | 146 | + s.dependency 'UICountingLabel', '~> 1.2.0' |
| 147 | 147 | ||
| 148 | end | 148 | end |
-
Please register or login to post a comment