blob: b1bb9f78e23919f4ce606c4d17eb8e8557d019f3 [file] [log] [blame]
{
"name": "BindingX",
"version": "1.0.1",
"summary": "bindingx plugin for Weex",
"description": "It provides a way called expression binding for handling complex user interaction with views at 60 FPS in weex.",
"homepage": "https://github.com/alibaba/bindingx",
"license": {
"type": "Copyright",
"text": " Alibaba-INC copyright\n"
},
"authors": {
"hjhcn": "380050803@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/alibaba/bindingx.git",
"tag": "1.0.1"
},
"source_files": [
"core/ios/BindingX/**/*.{h,m,mm}",
"weex/ios/Sources/*.{h,m,mm}"
],
"requires_arc": true,
"dependencies": {
"WeexPluginLoader": [
],
"WeexSDK": [
]
}
}