From a58b5738bc6b53252562409dda1ae2144368bc54 Mon Sep 17 00:00:00 2001 From: Lal Chandran Date: Tue, 27 Feb 2024 13:48:54 +0100 Subject: [PATCH] Fix: Updated draft readme for iOS library --- README.md | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f486879 --- /dev/null +++ b/README.md @@ -0,0 +1,49 @@ +# eudi-wallet-oidc-ios + +

+ EWC - EUDI Wallet iOS Libraries +

+ +

+ + + +

+ +

+ About • + Contributing • + Usage • + Licensing +

+ +## 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.