Skip to content

Commit

Permalink
fix pod file
Browse files Browse the repository at this point in the history
  • Loading branch information
kristinaSl committed Nov 1, 2023
1 parent 51ed227 commit 3218d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Banked.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ Pod::Spec.new do |spec|
spec.source = { :git => "https://github.com/banked/banked-iOS.git", :tag => "#{spec.version}" }
spec.vendored_frameworks = 'Banked.xcframework'
spec.swift_version = "5.5"
spec.ios.deployment_target = '11.0'
spec.ios.deployment_target = '12.0'

end

0 comments on commit 3218d0e

Please sign in to comment.