Skip to content

Commit

Permalink
Fix PHC version
Browse files Browse the repository at this point in the history
  • Loading branch information
NachoSoto committed Nov 13, 2023
1 parent 680fb1c commit 9da4c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/purchases_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Pod::Spec.new do |s|
s.source_files = 'Classes/**/*'
s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter'
s.dependency 'PurchasesHybridCommon', '7.2.0'
s.dependency 'PurchasesHybridCommon', '7.4.0-beta.1'
s.ios.deployment_target = '11.0'
s.swift_version = '5.0'

Expand Down

0 comments on commit 9da4c22

Please sign in to comment.