blob: 3156ff331b66027f452365250af44e594622d91f [file] [log] [blame]
{
"name": "PNChart",
"version": "0.8.9",
"summary": "A simple and beautiful chart lib with animation used in Piner for iOS",
"description": "#PNChart\n\n[![Build Status](https://travis-ci.org/kevinzhow/PNChart.png?branch=master)](https://travis-ci.org/kevinzhow/PNChart)\n\nYou can also find swift version at here https://github.com/kevinzhow/PNChart-Swift\n\nA simple and beautiful chart lib with **animation** used in [Piner](https://itunes.apple.com/us/app/piner/id637706410) and [CoinsMan](https://itunes.apple.com/us/app/coinsman/id772163893) for iOS\n\n[![](https://dl.dropboxusercontent.com/u/1599662/pnchart.gif)](https://dl.dropboxusercontent.com/u/1599662/pnchart.gif)\n\n## Requirements\n\nPNChart 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:\n\n* Foundation.framework\n* UIKit.framework\n* CoreGraphics.framework\n* QuartzCore.framework\n\nYou will need LLVM 3.0 or later in order to build PNChart.",
"homepage": "https://github.com/kevinzhow/PNChart",
"screenshots": "https://camo.githubusercontent.com/e99c1bbab103c63efd561c4997a4bedb878bb2a2/68747470733a2f2f646c2e64726f70626f7875736572636f6e74656e742e636f6d2f752f313539393636322f706e63686172742e676966",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kevinzhow": "kevinchou.c@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/kevinzhow/PNChart.git",
"tag": "0.8.9"
},
"source_files": [
"PNChart",
"PNChart/**/*.{h,m}"
],
"public_header_files": "PNChart/**/*.h",
"frameworks": [
"CoreGraphics",
"UIKit",
"Foundation",
"QuartzCore"
],
"requires_arc": true,
"dependencies": {
"UICountingLabel": [
"~> 1.2.0"
]
}
}