lsh-silpion / ref-CardReaderProvider-ApiKit

Smart)CardReader protocols (API) for interacting with HealthCardAccessKit. API Documentation: https://gematik.github.io/ref-CardReaderProvider-ApiKit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No Maintenance Intended Maintenance License

CardReaderProvider-ApiKit

(Smart)CardReader protocols for interacting with HealthCardAccessKit.

Getting Started

CardReaderProvider-ApiKit requires Swift 5.1.

Setup for integration:

  • Carthage: Put this in your Cartfile:

    github "gematik/ref-CardReaderProvider-ApiKit" ~> 1.0
    

Setup for development

You will need Bundler, XcodeGen and fastlane to conveniently use the established development environment.

  1. Update ruby gems necessary for build commands

    $ bundle install --path vendor/gems
    
  2. Checkout (and build) dependencies and generate the xcodeproject

    $ bundle exec fastlane setup
    
  3. Build the project

    $ bundle exec fastlane build_all [build_mac, build_ios]
    

About

Smart)CardReader protocols (API) for interacting with HealthCardAccessKit. API Documentation: https://gematik.github.io/ref-CardReaderProvider-ApiKit/

License:Other


Languages

Language:Swift 98.9%Language:Ruby 1.1%