blob: b02d4bfbb22d10d7d9848869fbe5c49aad348b7a [file] [log] [blame]
{
"name": "PNChart",
"version": "0.3.3",
"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.3.3"
},
"ios": {
"dependencies": {
"UICountingLabel": [
"~> 1.0.0"
]
}
},
"source_files": "PNChart/**/*.{h,m}",
"public_header_files": "PNChart/**/*.h",
"frameworks": [
"CoreGraphics",
"UIKit",
"Foundation",
"QuartzCore"
],
"requires_arc": true
}