1 Star 0 Fork 6

zihan/BindingX

forked from Carmi/BindingX 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
BindingX.podspec 944 Bytes
一键复制 编辑 原始数据 按行查看 历史
# coding: utf-8
Pod::Spec.new do |s|
s.name = "BindingX"
s.version = "1.0.0"
s.summary = "bindingx plugin for Weex"
s.description = <<-DESC
It provides a way called expression binding for handling complex user interaction with views at 60 FPS in weex.
DESC
s.homepage = "https://github.com/alibaba/bindingx"
s.license = {
:type => 'Copyright',
:text => <<-LICENSE
Alibaba-INC copyright
LICENSE
}
s.authors = {
"hjhcn" =>"380050803@qq.com"
}
s.platform = :ios
s.ios.deployment_target = "8.0"
s.source = { :path => '.' }
s.source = { :git => 'https://github.com/alibaba/bindingx.git', :tag => s.version }
s.source_files = "core/ios/BindingX/**/*.{h,m,mm}" , "weex/ios/Sources/*.{h,m,mm}"
s.requires_arc = true
s.dependency "WeexPluginLoader"
s.dependency "WeexSDK"
end
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zihanoo/BindingX.git
git@gitee.com:zihanoo/BindingX.git
zihanoo
BindingX
BindingX
master

搜索帮助