blob: 951eb6d418f5ef61c0ce072750ff091d99c6e13d [file] [log] [blame]
{
"name": "iOS-Echarts",
"version": "1.3.4",
"summary": "A custom component for the ecomfe's echarts 2.",
"homepage": "https://github.com/Pluto-Y/iOS-Echarts",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"PlutoY": "kuaileainits@163.com"
},
"source": {
"git": "https://github.com/Pluto-Y/iOS-Echarts.git",
"tag": "1.3.4"
},
"source_files": "iOS-Echarts/**/*.{h,m}",
"resource_bundles": {
"iOS-Echarts": "iOS-Echarts/Resources/**"
},
"prefix_header_contents": "#import \"PYUtilities.h\"",
"requires_arc": true,
"ios": {
"frameworks": "UIKit"
},
"osx": {
"frameworks": [
"AppKit",
"WebKit"
]
},
"platforms": {
"ios": "7.0",
"osx": "10.9"
}
}