blob: 44c926421b7503725cac5d69f668420db4badaa7 [file] [log] [blame]
{
"name": "BindingX",
"version": "1.0.0",
"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.0"
},
"source_files": [
"core/ios/BindingX/**/*.{h,m,mm}",
"weex/ios/Sources/*.{h,m,mm}"
],
"requires_arc": true,
"dependencies": {
"WeexSDK": [
]
}
}