blob: d6a96a0a5b3f545a776e1ac3c10557f50b98a6b5 [file] [log] [blame]
{
"name": "PNChart",
"version": "0.1.5",
"summary": "A simple and beautiful chart lib with animation used in Piner for iOS",
"homepage": "https://github.com/kevinzhow/PNChart",
"screenshots": "https://github-camo.global.ssl.fastly.net/ea8565b7a726409d5966ff4bcb8c4b9981fb33d3/687474703a2f2f646c2e64726f70626f7875736572636f6e74656e742e636f6d2f752f313539393636322f706e63686172742e706e67",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kevin": "kevinchou.c@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/kevinzhow/PNChart.git",
"tag": "0.1.5"
},
"source_files": "PNChartDemo/PNChart/*.{h,m}",
"public_header_files": "PNChartDemo/PNChart/*.h",
"frameworks": [
"CoreGraphics",
"UIKit",
"Foundation",
"QuartzCore"
],
"requires_arc": true
}