Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gltwy/wkwebviewjavascriptbridge
WKWebViewJavascriptBridge
https://github.com/gltwy/wkwebviewjavascriptbridge
Last synced: about 1 month ago
JSON representation
WKWebViewJavascriptBridge
- Host: GitHub
- URL: https://github.com/gltwy/wkwebviewjavascriptbridge
- Owner: gltwy
- License: mit
- Created: 2023-06-21T08:12:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-21T09:13:35.000Z (over 1 year ago)
- Last Synced: 2024-09-26T09:34:10.600Z (about 2 months ago)
- Language: Objective-C
- Size: 61.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LTWKWebViewJavascriptBridge
移除[WebViewJavascriptBridge](https://github.com/marcuswestin/WebViewJavascriptBridge) `6.0.3`版本UIWebView相关代码,避免苹果审核被拒!其他代码未做更改。
## CocoaPods安装
安装[CocoaPods](http://cocoapods.org) 使用以下命令:
```bash
$ gem install cocoapods
```### Podfile
在你的 `Podfile`中添加LTWKWebViewJavascriptBridge
```ruby
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '10.0'target 'TargetName' do
pod 'LTWKWebViewJavascriptBridge', '~> 1.0.0'
end
```
## 免责声明
仅供学习、交流使用,不具有任何商业用途,如有问题请及时联系本人以作处理。本声明未涉及的问题参见国家有关法律法规,当本声明与国家法律法规冲突时,以国家法律法规为准。## License
LTWKWebViewJavascriptBridge is available under the MIT license. See the LICENSE file for more info.