An open API service indexing awesome lists of open source software.

https://github.com/dimensiondev/webextension-shim-ios

WebExtension-Shim for iOS
https://github.com/dimensiondev/webextension-shim-ios

Last synced: 10 months ago
JSON representation

WebExtension-Shim for iOS

Awesome Lists containing this project

README

          

# WebExtension-Shim

## Example

To run the example project, clone the repo, and run `pod install` from the Example directory first. You can check the unit test cases to see more detail.

## Requirements
- iOS 11+
- Xcode 10.2+
- Swift 5+

## Installation

WebExtension-Shim is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod 'WebExtension-Shim'
```

## Documents
[WebExtension-Shim Documents](./Documents.md)

## Maintains
```bash
git push

pod trunk me
pod lib lint --private --no-clean --verbose --fail-fast
pod spec lint --private --no-clean --verbose --fail-fast

pod repo push sujitech ./WebExtension-Shim.podspec --verbose --private
```

## License

WebExtension-Shim is available under the AGPL license. See the LICENSE file for more info.