Fix iOS version requirements in README
...to avoid confusion for people trusting the README.
Showing
1 changed file
with
4 additions
and
1 deletions
| @@ -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