blob: a30ddcc5d2a5f0ae1ccc49e6acf3f274286910d1 [file] [log] [blame]
{
"name": "OWChartView",
"version": "0.1.2",
"summary": "A Easy to use chart control of OWChartView.",
"description": "TODO: Easy to use chart control.",
"homepage": "https://github.com/OneWang/OWChartView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"OneWang": "jackwangqingfei@gmail.com"
},
"source": {
"git": "https://github.com/OneWang/OWChartView.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "OWChartView/**/*",
"frameworks": [
"UIKit",
"Foundation"
],
"subspecs": [
{
"name": "Category",
"source_files": "OWChartView/**/*"
},
{
"name": "OWModel",
"source_files": "OWChartView/**/*"
},
{
"name": "OWView",
"source_files": "OWChartView/**/*"
}
]
}