blob: 34f2275b45e346838ea6130b4b88b5eaa8c2acfe [file] [log] [blame]
{
"name": "ORCharts",
"version": "2.1.8",
"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.1.8"
},
"platforms": {
"ios": "8.0"
},
"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}",
"dependencies": {
"ORCharts/Util": [
]
}
},
{
"name": "Line",
"platforms": {
"ios": "8.0"
},
"source_files": "ORCharts/Classes/ORLineChart/**/*.{h,m}",
"dependencies": {
"ORCharts/Util": [
]
}
}
]
}