blob: 29e298c50f846f6665a9d8c0a4683cac2a9a45d2 [file] [log] [blame]
{
"name": "SPChart",
"version": "0.2.1",
"summary": "A simple, animated and beatiful chart library used in Spreaker for iPhone app.",
"homepage": "https://github.com/dral3x/SPChart",
"authors": {
"Alessandro Calzavara": "alessandro.calzavara@gmail.com"
},
"license": {
"type": "MIT",
"file": "LICENSE"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/dral3x/SPChart.git",
"tag": "0.2.1"
},
"source_files": "SPChart/**/*.{h,m}",
"public_header_files": "SPChart/**/*.h",
"frameworks": [
"CoreGraphics",
"Foundation",
"UIKit",
"QuartzCore"
],
"requires_arc": true
}