blob: ab56009c6b6f37a1e9a71eace34032c02f19b0a8 [file] [log] [blame]
{
"name": "WBECharts",
"version": "0.1.0",
"summary": "WBECharts is ECharts js WKWebView encapsulation",
"description": "Use ECharts to Draw Plots, Use WKWebView to encapsulation WBEChartsView.",
"homepage": "https://github.com/WishesBest1986/WBECharts",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"WishesBest1986": "lijun_211@126.com"
},
"source": {
"git": "https://github.com/WishesBest1986/WBECharts.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "WBECharts/Classes/**/*",
"resource_bundles": {
"WBECharts": [
"WBECharts/Assets/*"
]
},
"frameworks": [
"UIKit",
"WebKit"
]
}