Merge pull request #239 from NoICE/0.8.6-readme-fix
Fix iOS version requirements in README
Showing
2 changed files
with
6 additions
and
3 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.5" | 19 | + s.version = "0.8.6" |
| 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.5" } | 93 | + s.source = { :git => "https://github.com/kevinzhow/PNChart.git", :tag => s.version } |
| 94 | 94 | ||
| 95 | 95 | ||
| 96 | # ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # | 96 | # ――― Source Code ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――― # |
| @@ -10,7 +10,10 @@ A simple and beautiful chart lib with **animation** used in [Piner](https://itun | @@ -10,7 +10,10 @@ A simple and beautiful chart lib with **animation** used in [Piner](https://itun | ||
| 10 | 10 | ||
| 11 | ## Requirements | 11 | ## Requirements |
| 12 | 12 | ||
| 13 | -PNChart works on iOS 6.0 (Begin with 0.8.2 supports iOS 8 and Later only, if you are working with iOS 6 and iOS 7, use 0.8.1 instead.) 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: | 13 | +PNChart works on iOS 7.0+ and is compatible with ARC projects. |
| 14 | +If you need support for iOS 6, use PNChart <= 0.8.1. Note that 0.8.2 supports iOS 8.0+ only, 0.8.3 and newer supports iOS 7.0+. | ||
| 15 | + | ||
| 16 | +It depends on the following Apple frameworks, which should already be included with most Xcode templates: | ||
| 14 | 17 | ||
| 15 | * Foundation.framework | 18 | * Foundation.framework |
| 16 | * UIKit.framework | 19 | * UIKit.framework |
-
Please register or login to post a comment