1 Star 0 Fork 0

Docker Wang/WebViewJavascriptBridge

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
WebViewJavascriptBridge.podspec 873 Bytes
一键复制 编辑 原始数据 按行查看 历史
Marcus Westin 提交于 2014-08-27 13:07 . v4.1.4
Pod::Spec.new do |s|
s.name = 'WebViewJavascriptBridge'
s.version = '4.1.4'
s.summary = 'An iOS/OSX bridge for sending messages between Obj-C and JavaScript in UIWebViews/WebViews.'
s.homepage = 'https://github.com/marcuswestin/WebViewJavascriptBridge'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'marcuswestin' => 'marcus.westin@gmail.com' }
s.requires_arc = true
s.source = { :git => 'https://github.com/marcuswestin/WebViewJavascriptBridge.git', :tag => 'v'+s.version.to_s }
s.ios.platform = :ios, '5.0'
s.osx.platform = :osx
s.ios.source_files = 'WebViewJavascriptBridge/*.{h,m}'
s.osx.source_files = 'WebViewJavascriptBridge/*.{h,m}'
s.resource = 'WebViewJavascriptBridge/WebViewJavascriptBridge.js.txt'
s.ios.framework = 'UIKit'
s.osx.framework = 'WebKit'
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Objective-C
1
https://gitee.com/insistentstruggle/WebViewJavascriptBridge.git
git@gitee.com:insistentstruggle/WebViewJavascriptBridge.git
insistentstruggle
WebViewJavascriptBridge
WebViewJavascriptBridge
master

搜索帮助