Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 568 Bytes

SwiftPackageManager.md

File metadata and controls

11 lines (8 loc) · 568 Bytes

Integrating with Docusign via Swift Package Manager (SPM)

Installation

Using Xcode

  1. Open your project in Xcode 16.x.
  2. Navigate to FileAdd Package Dependency.
  3. In the dialog that appears, enter the following Docusign GitHub repository URL for this library: https://github.com/docusign/native-ios-sdk.git
  4. Xcode will automatically fetch the repository and prompt you to select the version <= 3.5.0 you want to use.
  5. After that, Xcode will integrate the package into your project and you’ll be able to import the library.