Skip to content

Commit c023294

Browse files
author
Rad Azzouz
committed
Update Podspec again
1 parent 6765602 commit c023294

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

react-native-pspdfkit.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ Pod::Spec.new do |s|
99
s.authors = ["PSPDFKit"]
1010
s.homepage = "https://github.com/PSPDFKit/react-native#readme"
1111
s.license = package['license']
12-
s.platform = :ios, "10.0"
12+
s.platform = :ios, "11.0"
1313
s.module_name = 'PSPDFKitReactNativeiOS'
1414
s.source = { :git => "https://github.com/PSPDFKit/react-native" }
1515
s.source_files = "ios/*.{xcodeproj}", "ios/RCTPSPDFKit/*.{h,m,swift}", "ios/RCTPSPDFKit/Converters/*.{h,m,swift}"
1616
s.dependency 'React'
1717
s.dependency 'PSPDFKit'
1818
s.frameworks = 'UIKit'
19+
s.xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '/PSPDFKit/' }
1920
end

0 commit comments

Comments
 (0)