Skip to content

Commit

Permalink
Update travis and podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
mijo-gracanin committed Jun 25, 2022
1 parent 3422562 commit 7eedccc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: objective-c
osx_image: xcode13.1
osx_image: xcode13.3
xcode_sdk: iphonesimulator15.0

install: true
Expand Down
2 changes: 1 addition & 1 deletion MBBlinkCard.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Pod::Spec.new do |s|

# ――― MULTI-PLATFORM VALUES ――――――――――――――――――――――――――――――――――――――――――――――――― #

s.ios.deployment_target = '9.0.0'
s.ios.deployment_target = '11.0.0'
s.ios.requires_arc = false
s.ios.vendored_frameworks = 'BlinkCard.xcframework'
s.ios.frameworks = 'Accelerate', 'AVFoundation', 'AudioToolbox', 'AssetsLibrary', 'CoreMedia', 'ImageIO'
Expand Down

0 comments on commit 7eedccc

Please sign in to comment.