You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. Replace `YOUR_COCOAPODS_KEY_GOES_HERE` with your Cocoapods key in `pspdfkit-flutter/example/iOS/Podfile`
18
+
3.__Optional:__Replace the podspec link in `pspdfkit-flutter/example/iOS/Podfile` if you wish to use a specific version of `PSPDFKit`, or the nightly version.
19
19
20
20
```bash
21
21
...
22
22
target 'Runner'do
23
-
pod 'PSPDFKit', podspec:'https://customers.pspdfkit.com/cocoapods/YOUR_COCOAPODS_KEY_GOES_HERE/pspdfkit/latest.podspec'
23
+
pod 'PSPDFKit', podspec:'https://customers.pspdfkit.com/pspdfkit-ios/latest-framework.podspec'
0 commit comments