feat(react-native-sdk): update podspec file

This commit is contained in:
Calin-Teodor
2024-09-16 19:23:09 +03:00
committed by Calinteodor
parent 9f73eb76a3
commit 574c61d3e5

View File

@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.source = { :git => package['repository']['url'], :tag => s.version }
s.requires_arc = true
s.platform = :ios, '12.4'
s.platform = :ios, '15.1'
s.preserve_paths = 'ios/**/*'
s.source_files = 'ios/**/*.{h,m}'