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 projectand navigate to thePackage Dependenciestab; - for every package that needs to be installed click the
plusbutton and type its repo url; - choose
Exact Versionand type the newest SDK version.
The following module must be installed:
| Package name | GitHub link |
|---|---|
| BanubaPhotoEditorSDK-iOS | https://github.com/Banuba/BanubaPhotoEditorSDK-iOS |