RebrickableSDK is a framework that uses Rebrickable APIs to build their own apps that want to use the Rebrickable database.
Add the following to your Cartfile:
github "https://github.com/renTramontano/RebrickableSDK"
then:
carthage update --platform ios
Add the following to your Package.swift
dependencies: [
.package(url: "https://github.com/renTramontano/RebrickableSDK.git", .upToNextMajor(from: "1.0.1"))
]
To use the SDK generate the API Key
let legoApi = LegoAPI(apiKey: "<YOUR_API_KEY>")
RebrickableSDK is licensed under the MIT License. See the LICENSE file for more information.