blob: 41b70956351b637666f162dfbf402a865976392c [file] [log] [blame]
{
"name": "GLChart",
"version": "1.0.4",
"summary": "A beautiful chart library for iOS",
"description": " GLChart is A beautiful chart library for iOS\n",
"homepage": "https://github.com/gaoli/GLChart.git",
"license": "MIT",
"authors": {
"gaoli": "3071730@qq.com"
},
"source": {
"git": "https://github.com/gaoli/GLChart.git",
"tag": "1.0.4"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"default_subspecs": [
"Core",
"Components",
"Charts"
],
"resource_bundles": {
"GLChart": [
"Pod/Assets/*.png"
]
},
"subspecs": [
{
"name": "Core",
"source_files": "Pod/Classes/Core/*.{h,m}"
},
{
"name": "Components",
"source_files": "Pod/Classes/Components/*.{h,m}",
"dependencies": {
"GLChart/Core": [
]
}
},
{
"name": "Charts",
"source_files": "Pod/Classes/Charts/*.{h,m}",
"dependencies": {
"GLChart/Core": [
],
"GLChart/Components": [
]
}
}
]
}