Skip to content

Commit 57850d5

Browse files
Update new podfile spec to use xcframeworks (#715)
* update podfile link * Updating package version * package json increment * Updating package version --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5e3a77c commit 57850d5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ install! 'cocoapods', :deterministic_uuids => false
77
target 'example' do
88
# PDFTron
99
use_frameworks!
10-
pod 'PDFNet', podspec: 'https://pdftron.com/downloads/ios/react-native/latest.podspec'
10+
pod 'PDFNet', podspec: 'https://www.pdftron.com/downloads/ios/cocoapods/xcframeworks/pdfnet/latest.podspec'
1111
pod 'RNPdftron', :path => '../node_modules/react-native-pdftron'
1212
config = use_native_modules!
1313

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-pdftron",
33
"title": "React Native Pdftron",
4-
"version": "3.0.4-22",
4+
"version": "3.0.4-23",
55
"description": "React Native Pdftron",
66
"main": "./lib/index.js",
77
"typings": "index.ts",

0 commit comments

Comments
 (0)