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
- Host: GitHub
- URL: https://github.com/dimensiondev/webextension-shim-ios
- Owner: DimensionDev
- License: agpl-3.0
- Created: 2019-06-13T07:54:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-24T01:16:08.000Z (over 3 years ago)
- Last Synced: 2025-02-15T12:52:42.352Z (12 months ago)
- Language: JavaScript
- Homepage:
- Size: 27.4 MB
- Stars: 1
- Watchers: 5
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.