Skip to content

Commit

Permalink
update deployment target
Browse files Browse the repository at this point in the history
  • Loading branch information
RyosukeCla committed Jan 30, 2024
1 parent 19ab922 commit 047747c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Nativebrik.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ Nativebrik SDK for iOS.
s.source = { :git => 'https://github.com/plaidev/nativebrik-sdk.git', :tag => 'v' + s.version.to_s }

s.swift_version = '5'
s.ios.deployment_target = '13.4'
s.platform = :ios
s.ios.deployment_target = '14.0'

s.source_files = 'ios/Nativebrik/Nativebrik/**/*'

Expand Down

0 comments on commit 047747c

Please sign in to comment.