blob: 36559b13fc7eeaa4c683d503a8ac191ecc97a0e7 [file] [log] [blame]
{
"name": "PWChartLib",
"version": "0.0.39",
"summary": "图表库",
"description": "图表库",
"homepage": "https://github.com/wnrz/PWChartLib.git",
"license": "MIT",
"authors": {
"Peter Wang": "66682060@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/wnrz/PWChartLib.git",
"tag": "0.0.39"
},
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation"
],
"resource_bundles": {
"PWChartLib": [
"PWChartLib/PWChartLib/**/*.{storyboard,xib,png,strings}"
]
},
"dependencies": {
"PWDataBridge": [
]
},
"subspecs": [
{
"name": "ChartLib",
"source_files": "PWChartLib/PWChartLib/**/*.{h,m,a,c}",
"ios": {
"frameworks": [
"UIKit",
"Foundation"
]
}
}
]
}