Installation with Swift Package Manager
Learn the SPM Getting Started Guide if you are new to SPM.
The integration of the PE SDK via SPM is demonstrated in the spm branch of our native sample.
Complete the following steps to get the Photo Editor SDK dependencies using SPM:
- open
App project
and navigate to thePackage Dependencies
tab; - for every package that needs to be installed click the
plus
button and type its repo url; - choose
Exact Version
and type the newest SDK version.
The following module must be installed:
Package name | GitHub link |
---|---|
BanubaPhotoEditorSDK-iOS | https://github.com/Banuba/BanubaPhotoEditorSDK-iOS |