Library for OpenRemote iOS applications.
- iOS 14.0+
- Swift 5.0+
- Xcode 12.0+
ORLib is available through Swift Package Manager.
To add ORLib to your Xcode project using Swift Package Manager:
- In Xcode, select File > Swift Packages > Add Package Dependency...
- Enter the repository URL:
https://github.com/openremote/ORLib.git
- Specify the version or branch you want to use
- Select the ORLib package product
import ORLib
// Your code using ORLib
ORLib is available under the AGPL-3.0 license. See the LICENSE.txt file for more info.