diff --git a/README.md b/README.md index ebb28ac1..97ad4aa2 100644 --- a/README.md +++ b/README.md @@ -127,9 +127,9 @@ The release can be found here: https://github.com/ApryseSDK/pdftron-react-native ### iOS > [!IMPORTANT] -> As of March 2025, use of the podspec distributed specifically for the PDFTron React Native wrapper (`https://pdftron.com/downloads/ios/react-native/latest.podspec`) is deprecated. -> -> **All new and existing users are recommended to use the standard [Apryse iOS SDK CocoaPods](https://docs.apryse.com/ios/guides/get-started/integration?tab=cocoapods) instead.** +> As of March 2025, use of the podspec distributed specifically for the PDFTron React Native wrapper (`https://pdftron.com/downloads/ios/react-native/latest.podspec`) is deprecated and no longer maintained. +> +> Please update to the latest podspec provided for the wrapper as soon as possible (`https://www.pdftron.com/downloads/ios/cocoapods/xcframeworks/pdfnet/latest.podspec`) > > Please update your `Podfile` accordingly. diff --git a/package.json b/package.json index ef7ebb0e..2490c5d1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-pdftron", "title": "React Native Pdftron", - "version": "3.0.4-23", + "version": "3.0.4-24", "description": "React Native Pdftron", "main": "./lib/index.js", "typings": "index.ts",