File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Pod::Spec.new do |spec|
99 spec . vendored_frameworks = 'build/cocoapods/framework/Purchases.framework'
1010 spec . libraries = 'c++'
1111 spec . ios . deployment_target = '13.0'
12- spec . dependency 'PurchasesHybridCommon' , '17.33.1 '
12+ spec . dependency 'PurchasesHybridCommon' , '17.35.0 '
1313
1414 if !Dir . exist? ( 'build/cocoapods/framework/Purchases.framework' ) || Dir . empty? ( 'build/cocoapods/framework/Purchases.framework' )
1515 raise "
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ java = "1.8"
1212junit = " 5.10.0"
1313kotlin = " 2.1.21"
1414mavenPublish = " 0.33.0"
15- revenuecat-common = " 17.33.1 "
15+ revenuecat-common = " 17.35.0 "
1616revenuecat-kmp = " 2.6.0-SNAPSHOT"
1717
1818[libraries ]
Original file line number Diff line number Diff line change @@ -6,6 +6,6 @@ target 'iosApp' do
66 # use_frameworks!
77
88 # Pods for iosApp
9- pod 'PurchasesHybridCommon' , '17.33.1 '
10- pod 'PurchasesHybridCommonUI' , '17.33.1 '
9+ pod 'PurchasesHybridCommon' , '17.35.0 '
10+ pod 'PurchasesHybridCommonUI' , '17.35.0 '
1111end
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Pod::Spec.new do |spec|
99 spec . vendored_frameworks = 'build/cocoapods/framework/mappings.framework'
1010 spec . libraries = 'c++'
1111 spec . ios . deployment_target = '13.0'
12- spec . dependency 'PurchasesHybridCommon' , '17.33.1 '
12+ spec . dependency 'PurchasesHybridCommon' , '17.35.0 '
1313
1414 if !Dir . exist? ( 'build/cocoapods/framework/mappings.framework' ) || Dir . empty? ( 'build/cocoapods/framework/mappings.framework' )
1515 raise "
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Pod::Spec.new do |spec|
99 spec . vendored_frameworks = 'build/cocoapods/framework/models.framework'
1010 spec . libraries = 'c++'
1111 spec . ios . deployment_target = '13.0'
12- spec . dependency 'PurchasesHybridCommon' , '17.33.1 '
12+ spec . dependency 'PurchasesHybridCommon' , '17.35.0 '
1313
1414 if !Dir . exist? ( 'build/cocoapods/framework/models.framework' ) || Dir . empty? ( 'build/cocoapods/framework/models.framework' )
1515 raise "
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ Pod::Spec.new do |spec|
99 spec . vendored_frameworks = 'build/cocoapods/framework/revenuecatui.framework'
1010 spec . libraries = 'c++'
1111 spec . ios . deployment_target = '15.0'
12- spec . dependency 'PurchasesHybridCommonUI' , '17.33.1 '
12+ spec . dependency 'PurchasesHybridCommonUI' , '17.35.0 '
1313
1414 if !Dir . exist? ( 'build/cocoapods/framework/revenuecatui.framework' ) || Dir . empty? ( 'build/cocoapods/framework/revenuecatui.framework' )
1515 raise "
You can’t perform that action at this time.
0 commit comments