kevinzhow

Add Requirements

Showing 1 changed file with 10 additions and 0 deletions
@@ -4,6 +4,16 @@ A simple and beautiful chart lib with animation used in Piner for iOS @@ -4,6 +4,16 @@ A simple and beautiful chart lib with animation used in Piner for iOS
4 4
5 [![](http://dl.dropboxusercontent.com/u/1599662/pnchart.png)](http://dl.dropboxusercontent.com/u/1599662/pnchart.png) 5 [![](http://dl.dropboxusercontent.com/u/1599662/pnchart.png)](http://dl.dropboxusercontent.com/u/1599662/pnchart.png)
6 6
  7 +## Requirements
  8 +
  9 +PNChart works on iOS 6.0 and later version and is compatible with both ARC projects. It depends on the following Apple frameworks, which should already be included with most Xcode templates:
  10 +
  11 +* Foundation.framework
  12 +* UIKit.framework
  13 +* CoreGraphics.framework
  14 +
  15 +You will need LLVM 3.0 or later in order to build PNChart.
  16 +
7 ## Usage 17 ## Usage
8 18
9 Copy the PNChart folder to your project 19 Copy the PNChart folder to your project