diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index ea5f421..664ed43 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -699,7 +699,7 @@ SPEC CHECKSUMS: React-jsiexecutor: c49502e5d02112247ee4526bc3ccfc891ae3eb9b React-jsinspector: 8baadae51f01d867c3921213a25ab78ab4fbcd91 React-logger: 8edc785c47c8686c7962199a307015e2ce9a0e4f - react-native-stripe-apple-pay: 5ab42ae5271b98fdf939240e03a7c3dc93fbe99c + react-native-stripe-apple-pay: ff831d75bd02655f51dee8d479e91dc517e4100d React-NativeModulesApple: b6868ee904013a7923128892ee4a032498a1024a React-perflogger: 31ea61077185eb1428baf60c0db6e2886f141a5a React-RCTActionSheet: 392090a3abc8992eb269ef0eaa561750588fc39d diff --git a/react-native-stripe-apple-pay.podspec b/react-native-stripe-apple-pay.podspec index 0e92129..0622e6b 100644 --- a/react-native-stripe-apple-pay.podspec +++ b/react-native-stripe-apple-pay.podspec @@ -11,7 +11,7 @@ Pod::Spec.new do |s| s.license = package["license"] s.authors = package["author"] - s.platforms = { :ios => "12.0" } + s.platforms = { :ios => "13.0" } s.source = { :git => "https://github.com/RobertSasak/react-native-stripe-apple-pay.git", :tag => "#{s.version}" } s.source_files = "ios/**/*.{h,m,mm,swift}"