blob: d840bcb26d05bd415aa371f7144fca0ab8c9be35 [file] [log] [blame]
{
"name": "GLChart",
"version": "1.2.3",
"summary": "A beautiful chart library for iOS",
"description": "GLChart is a beautiful chart library for iOS",
"homepage": "https://github.com/gaoli/GLChart",
"license": "MIT",
"authors": {
"gaoli": "3071730@qq.com"
},
"source": {
"git": "https://github.com/gaoli/GLChart.git",
"tag": "1.2.3"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"default_subspecs": [
"Core",
"Components",
"Charts"
],
"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": [
]
}
}
]
}