Skip to content

Commit df47116

Browse files
authored
Merge pull request #77 from PSPDFKit/release/1.12.0
Release 1.12.0
2 parents a68ddbe + f719c6d commit df47116

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-pspdfkit",
3-
"version": "1.11.0",
3+
"version": "1.12.0",
44
"description": "A React Native module for the PSPDFKit library.",
55
"keywords": [
66
"react native",

react-native-pspdfkit.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ 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, "9.0"
12+
s.platform = :ios, "10.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}"

0 commit comments

Comments
 (0)