blob: 993fb155e7c989844a0ad94694e9730ebdd3791a [file] [log] [blame]
{
"name": "PNChart",
"version": "0.2.2",
"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.2.2"
},
"source_files": "PNChartDemo/PNChart/**/*.{h,m}",
"public_header_files": "PNChartDemo/PNChart/**/*.h",
"frameworks": [
"CoreGraphics",
"UIKit",
"Foundation",
"QuartzCore"
],
"requires_arc": true
}