blob: b03a4752c867855d1d41bc247b890e232666ca21 [file] [log] [blame]
{
"name": "TLCharts",
"version": "1.0.5",
"summary": "A short description of TLCharts.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/topjx/TLCharts",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"topjx": "1178860884@qq.com"
},
"source": {
"git": "https://github.com/topjx/TLCharts.git",
"tag": "1.0.5"
},
"platforms": {
"ios": "8.0"
},
"subspecs": [
{
"name": "Util",
"platforms": {
"ios": "8.0"
},
"source_files": "TLCharts/Classes/ORChartUtilities/**/*.{h,m}"
},
{
"name": "Ring",
"platforms": {
"ios": "8.0"
},
"source_files": "TLCharts/Classes/ORRingChart/**/*.{h,m}",
"dependencies": {
"TLCharts/Util": [
]
}
},
{
"name": "Line",
"platforms": {
"ios": "8.0"
},
"source_files": "TLCharts/Classes/ORLineChart/**/*.{h,m}",
"dependencies": {
"TLCharts/Util": [
]
}
}
]
}