In order to install the SDK, we use CocoaPods, a dependency manager for iOS/MacOS projects.
Learn more at https://cocoapods.org/.
In your podfile, insert the following pod info:
# other podfile info
target '*Your-Target*'
use_frameworks!
pod 'CMPComapiFoundation'
end
then, in your project directory, run:
$ pod install
To use the framework, import as follows:
#import <CMPComapiFoundation/CMPComapiFoundation.h>
import CMPComapiFoundation
and you're ready to continue.