{"id":45822894,"url":"https://github.com/eclipse-keyple/keyple-interop-ios-xcframework","last_synced_at":"2026-02-26T21:04:05.584Z","repository":{"id":322967254,"uuid":"1052676248","full_name":"eclipse-keyple/keyple-interop-ios-xcframework","owner":"eclipse-keyple","description":"Eclipse Keyple™ Project: An XCFramework for iOS applications to interface with a remote Keyple-based control server over JSON API","archived":false,"fork":false,"pushed_at":"2025-11-07T11:11:30.000Z","size":60,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-07T11:15:34.542Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://keyple.org/","language":"Kotlin","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eclipse-keyple.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":"NOTICE.md","maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-08T11:49:51.000Z","updated_at":"2025-11-07T11:11:30.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/eclipse-keyple/keyple-interop-ios-xcframework","commit_stats":null,"previous_names":["eclipse-keyple/keyple-interop-jsonapi-client-nfc-xcframework"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/eclipse-keyple/keyple-interop-ios-xcframework","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipse-keyple%2Fkeyple-interop-ios-xcframework","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipse-keyple%2Fkeyple-interop-ios-xcframework/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipse-keyple%2Fkeyple-interop-ios-xcframework/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipse-keyple%2Fkeyple-interop-ios-xcframework/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eclipse-keyple","download_url":"https://codeload.github.com/eclipse-keyple/keyple-interop-ios-xcframework/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eclipse-keyple%2Fkeyple-interop-ios-xcframework/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29872674,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T21:01:59.805Z","status":"ssl_error","status_checked_at":"2026-02-26T21:00:42.555Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-02-26T21:03:59.569Z","updated_at":"2026-02-26T21:04:05.567Z","avatar_url":"https://github.com/eclipse-keyple.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Keyple Interop iOS XCFramework\n\n[![License](https://img.shields.io/badge/License-EPL_2.0-blue.svg)](https://www.eclipse.org/legal/epl-2.0/)\n[![iOS](https://img.shields.io/badge/iOS-14%2B-green.svg)](https://developer.apple.com/)\n\nThis project packages Keyple Interop Distributed Client libraries as a convenient XCFramework for seamless integration\ninto iOS applications.\n\n## Overview\nIt acts as an umbrella, packaging:\n\n* [Keyple Interop JSON API Client](https://github.com/eclipse-keyple/keyple-interop-jsonapi-client-kmp-lib): \n  Enables communication with remote Keyple-compliant services using a JSON API.\n* [Keyple Interop Local Reader NFC Mobile](https://github.com/eclipse-keyple/keyple-interop-localreader-nfcmobile-kmp-lib):\n  Facilitates interaction with local NFC card readers on mobile devices.\n\n### Key Features\n\n* Provides a ready-to-use XCFramework for integrating Keyple Interop Distributed Client functionality into iOS apps.\n* Enables your iOS application to communicate with remote Keyple services and interact with smart cards via the local NFC reader.\n* Includes helper utilities (e.g. for logging) to streamline development.\n\n### Target Audience\n\niOS developers building applications that require:\n* Secure element interaction capabilities.\n* Communication with smart cards via NFC.\n* Interaction with remote Keyple-compliant services.\n\n## Documentation \u0026 Contribution Guide\n\nThe full documentation, including the **user guide**, **download information** and **contribution guide**, is available\non the Keyple website [keyple.org](https://keyple.org).\n\n## Supported Card Technologies\n\nUsing this library, iPhones are able to communicate with ISO14443-4 compliant smart cards.\n\n## Installation\n\n### Swift Package Manager\n\nThe recommended way to integrate Keyple Interop XCFramework into your iOS project is using Swift Package Manager.\n\n#### Adding the Package in Xcode\n\n1. Open your project in Xcode\n2. Go to **File** → **Add Package Dependencies...**\n3. Enter the repository URL:\n   ```\n   https://github.com/eclipse-keyple/keyple-interop-ios-xcframework.git\n   ```\n4. Select the version rule that suits your needs (e.g., \"Up to Next Major Version\")\n5. Click **Add Package**\n6. Select the `KeypleInteropXCFramework` product and add it to your target\n\n#### Adding the Package via Package.swift\n\nIf you're building a Swift package or want to add the dependency manually, add the following to your `Package.swift` file:\n\n```swift\ndependencies: [\n    .package(\n        url: \"https://github.com/eclipse-keyple/keyple-interop-ios-xcframework.git\",\n        from: \"1.0.0\" // Replace with the desired version\n    )\n]\n```\n\nThen add `KeypleInteropXCFramework` to your target's dependencies:\n\n```swift\ntargets: [\n    .target(\n        name: \"YourTarget\",\n        dependencies: [\n            .product(name: \"KeypleInteropXCFramework\", package: \"keyple-interop-ios-xcframework\")\n        ]\n    )\n]\n```\n\n## Development\n\n### Prerequisites\n\n* A Mac with Xcode installed is required to build the iOS framework.\n\n### Supported Platforms\n\n* iOS 14 and later\n\n### Building from Source\n\n```bash\n# Build the iOS framework\n./gradlew assembleXCFramework\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feclipse-keyple%2Fkeyple-interop-ios-xcframework","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feclipse-keyple%2Fkeyple-interop-ios-xcframework","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feclipse-keyple%2Fkeyple-interop-ios-xcframework/lists"}