This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Description
Hei,
pod 'Spark-SDK' does not work pod 'spark-sdk' does partially work but gives an issue with the Spark-SDK/Helpers dependency.
As a solution I forked the sdk and loaded it via
pod 'Spark-SDK', :git => 'git@github.com:doozMen/spark-sdk-ios.git'
But that is only a temporary solution.