diff --git a/example/ios/Podfile b/example/ios/Podfile index bba4be27a..21ed13314 100644 --- a/example/ios/Podfile +++ b/example/ios/Podfile @@ -7,7 +7,7 @@ install! 'cocoapods', :deterministic_uuids => false target 'example' do # PDFTron use_frameworks! - pod 'PDFNet', podspec: 'https://pdftron.com/downloads/ios/react-native/latest.podspec' + pod 'PDFNet', podspec: 'https://www.pdftron.com/downloads/ios/cocoapods/xcframeworks/pdfnet/latest.podspec' pod 'RNPdftron', :path => '../node_modules/react-native-pdftron' config = use_native_modules! diff --git a/package.json b/package.json index 7f340d8d9..ef7ebb0e6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-pdftron", "title": "React Native Pdftron", - "version": "3.0.4-22", + "version": "3.0.4-23", "description": "React Native Pdftron", "main": "./lib/index.js", "typings": "index.ts",