We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2675a46 commit 23f6536Copy full SHA for 23f6536
example/ios/Podfile
@@ -1,5 +1,5 @@
1
# Uncomment this line to define a global platform for your project
2
-platform :ios, '11.0'
+platform :ios, '12.0'
3
use_frameworks!
4
5
# CocoaPods analytics sends network stats synchronously affecting flutter build latency.
@@ -63,7 +63,7 @@ target 'Runner' do
63
pod 'Flutter', :path => 'Flutter'
64
65
# Plugin Pods
66
- pod 'PSPDFKit', podspec:'https://customers.pspdfkit.com/cocoapods/YOUR_COCOAPODS_KEY_GOES_HERE/pspdfkit/latest.podspec'
+ pod 'PSPDFKit', podspec:'https://customers.pspdfkit.com/pspdfkit-ios/nightly-framework.podspec'
67
68
# Prepare symlinks folder. We use symlinks to avoid having Podfile.lock
69
# referring to absolute paths on developers' machines.
0 commit comments