Skip to content

Commit

Permalink
Fix: Updated draft readme for iOS library
Browse files Browse the repository at this point in the history
  • Loading branch information
lalc authored Feb 27, 2024
1 parent e9ca825 commit a58b573
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# eudi-wallet-oidc-ios

<h1 align="center">
EWC - EUDI Wallet iOS Libraries
</h1>

<p align="center">
<a href="/../../commits/" title="Last Commit"><img src="https://img.shields.io/github/last-commit/EWC-consortium/eudi-wallet-oidc-ios?style=flat"></a>
<a href="/../../issues" title="Open Issues"><img src="https://img.shields.io/github/issues/EWC-consortium/eudi-wallet-oidc-ios?style=flat"></a>
<a href="./LICENSE" title="License"><img src="https://img.shields.io/badge/License-Apache%202.0-yellowgreen?style=flat"></a>
</p>

<p align="center">
<a href="#about">About</a> •
<a href="#contributing">Contributing</a> •
<a href="#usage">Usage</a> •
<a href="#licensing">Licensing</a>
</p>

## About

This repository is created to align the iOS implementation of digital wallets across the EWC LSP consortium wallet providers. This also ensures all wallets providers can self-test and sign off against the EWC Interoperability Test Bed (ITB).

## Contributing

Feel free to improve the plugin and send us a pull request. If you find any problems, please create an issue in this repo. Wallet providers can raise a PR once they have implemented and aligned with the RFCs.

## Usage

### Requirements
Environment
iOS 10.0+,
macOS 10.10+,

Swift 4.2 and Xcode 10.

### Download and Install

TBD

### How to use in your application

TBD

## Licensing

Licensed under the Apache 2.0 License, Version 2.0 (the "License"); you may not use this file except in compliance with the License.

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the LICENSE for the specific language governing permissions and limitations under the License.

0 comments on commit a58b573

Please sign in to comment.