Skip to content

Commit bb18665

Browse files
author
Rad Azzouz
committed
Updated the Podfile example in the instructions
1 parent 7d3cb3f commit bb18665

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ios/cocoapods.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@ Lets create a simple app that integrates `PSPDFKit.framework` using CocoaPods.
2727
11. Go back to the Terminal, `cd ios` then run `pod init`
2828
12. Replace the content of your newly created `Podfile` with this:
2929

30-
```
30+
```Podfile
3131
target 'YourApp' do
32-
# Native Navigation uses Swift, so this line is required!
3332
use_frameworks!
3433
3534
pod 'react-native-pspdfkit', :path => '../node_modules/react-native-pspdfkit'

0 commit comments

Comments
 (0)