Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 339 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 339 Bytes

libportal-ios

[Swift] language bindings for the libportal library.

Supported target platforms are:

  • iOS, iPhones (aarch64)
  • iOS simulator, X86_64 and M1 (aarch64)

How to Use

Add the following line to your ios project pod file.

pod 'libportal-ios', :git => 'https://github.com/bithyve/libportal-ios.git'

...