Skip to content

Commit

Permalink
Merge pull request #77 from PSPDFKit/release/1.12.0
Browse files Browse the repository at this point in the history
Release 1.12.0
  • Loading branch information
radazzouz authored Jun 19, 2018
2 parents a68ddbe + f719c6d commit df47116
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-pspdfkit",
"version": "1.11.0",
"version": "1.12.0",
"description": "A React Native module for the PSPDFKit library.",
"keywords": [
"react native",
Expand Down
2 changes: 1 addition & 1 deletion react-native-pspdfkit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
s.authors = ["PSPDFKit"]
s.homepage = "https://github.com/PSPDFKit/react-native#readme"
s.license = package['license']
s.platform = :ios, "9.0"
s.platform = :ios, "10.0"
s.module_name = 'PSPDFKitReactNativeiOS'
s.source = { :git => "https://github.com/PSPDFKit/react-native" }
s.source_files = "ios/*.{xcodeproj}", "ios/RCTPSPDFKit/*.{h,m,swift}", "ios/RCTPSPDFKit/Converters/*.{h,m,swift}"
Expand Down

0 comments on commit df47116

Please sign in to comment.