blob: ad42602b4fa5c73765a1b8626418a1416f7cb536 [file] [log] [blame]
{
"name": "ORCharts",
"version": "2.0.3",
"summary": "A lightweight, easy-to-use lightweight library of charts, including ring, pie, pie, line, and graph",
"description": "TODO: A lightweight, easy-to-use lightweight library of charts, including ring, pie, pie, line, and graph",
"homepage": "https://github.com/SunriseOYR/ORCharts",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Oranges and lemons": "sunrise_oy@163.com"
},
"source": {
"git": "https://github.com/SunriseOYR/ORCharts.git",
"tag": "2.0.3"
},
"platforms": {
"ios": "8.0"
},
"public_header_files": "ORCharts/Classes/ORCharts.h",
"subspecs": [
{
"name": "Util",
"platforms": {
"ios": "8.0"
},
"source_files": "ORCharts/Classes/ORChartUtilities/**/*.{h,m}"
},
{
"name": "Ring",
"platforms": {
"ios": "8.0"
},
"source_files": "ORCharts/Classes/ORRingChart/**/*.{h,m}",
"public_header_files": "ORCharts/Classes/ORRingChart/ORRingChartView.h",
"dependencies": {
"ORCharts/Util": [
]
}
},
{
"name": "Line",
"platforms": {
"ios": "8.0"
},
"source_files": "ORCharts/Classes/ORLineChart/**/*.{h,m}",
"public_header_files": "ORCharts/Classes/ORLineChart/ORLineChartView.h",
"dependencies": {
"ORCharts/Util": [
]
}
}
]
}