blob: a0930390c0e357f3901bcdc9f630eeedd8db2a96 [file] [log] [blame]
{
"name": "SwiftyEcharts",
"version": "0.0.1",
"summary": "A custom component for the ecomfe's echarts 3.",
"homepage": "https://github.com/Pluto-Y/SwiftyEcharts",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"PlutoY": "kuaileainits@163.com"
},
"source": {
"git": "https://github.com/Pluto-Y/SwiftyEcharts.git",
"tag": "0.0.1"
},
"source_files": "SwiftyEcharts/**/*.{h,swift}",
"resource_bundles": {
"SwiftyEcharts": "SwiftyEcharts/Resources/**"
},
"requires_arc": true,
"ios": {
"frameworks": "UIKit"
},
"platforms": {
"ios": "8.0"
},
"pushed_with_swift_version": "3.0"
}