Skip to content

Commit 3061e97

Browse files
authored
Update README for iOS podspec changes (#703)
1 parent e70cf49 commit 3061e97

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -166,18 +166,20 @@ The release can be found here: https://github.com/ApryseSDK/pdftron-react-native
166166
6. Finally in the root project directory, run `react-native run-android`.
167167
168168
### iOS
169-
#### Note — January 2022
170-
**There is a new podspec file to use when integrating the PDFTron React Native Wrapper for iOS:**
171-
**https://pdftron.com/downloads/ios/react-native/latest.podspec**
172169
173-
**Please update your `Podfile` accordingly.**
170+
> [!IMPORTANT]
171+
> 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.
172+
>
173+
> **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.**
174+
>
175+
> Please update your `Podfile` accordingly.
174176
175177
1. Open `Podfile` in the `ios` folder, add the following line to the `target 'MyApp' do ... end` block:
176178
177179
```
178180
target 'MyApp' do
179181
# ...
180-
pod 'PDFNet', podspec: 'https://pdftron.com/downloads/ios/react-native/latest.podspec'
182+
pod 'PDFNet', podspec: 'https://www.pdftron.com/downloads/ios/cocoapods/xcframeworks/pdfnet/latest.podspec'
181183
# ...
182184
end
183185
```

0 commit comments

Comments
 (0)