blob: 2118e4fdb4a0dc3b5ba5eb332df3fa347e9cffa7 [file] [log] [blame]
{
"name": "AXChartKits",
"version": "0.2.2",
"summary": "A chart manager kits.",
"description": "A chart manager kits using on iOS platform.",
"homepage": "https://github.com/devedbox/AXChartKits",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"aiXing": "862099730@qq.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/devedbox/AXChartKits.git",
"tag": "0.2.2"
},
"source_files": [
"AXChartKits/AXChartKits/*.{h,m}",
"AXChartKits/AXChartKits/AXLineChartView/*.{h,m}"
],
"frameworks": [
"UIKit",
"CoreGraphics",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"pop": [
"~> 1.0.8"
]
}
}