blob: 2c7ddcc60375922c34f47d8e4dbcba16c9fb6b1a [file] [log] [blame]
{
"name": "KZ_PieChartView",
"version": "0.1.3",
"summary": "iOS Pie Chart.",
"homepage": "https://github.com/KieronZhang/KZ_PieChartView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"KieronZhang": "https://github.com/KieronZhang"
},
"source": {
"git": "https://github.com/KieronZhang/KZ_PieChartView.git",
"tag": "0.1.3",
"submodules": true
},
"xcconfig": {
"OTHER_LDFLAGS": "-ObjC"
},
"requires_arc": true,
"ios": {
"frameworks": [
"Foundation",
"UIKit"
],
"vendored_frameworks": "KZ_PieChartView/KZ_PieChartView_iOS.framework"
},
"platforms": {
"ios": "8.0"
}
}