Skip to content

Commit

Permalink
Merge pull request #25 from azerion/release/v4.4.0
Browse files Browse the repository at this point in the history
Release/v4.4.0
  • Loading branch information
torongo-azerion authored Jan 22, 2024
2 parents fadb380 + 15ff51c commit 56784c0
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions BlueStack-SDK.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |spec|

spec.name = "BlueStack-SDK"
spec.version = "4.3.1-preview.1"
spec.version = "4.4.0-preview.1"
spec.static_framework = true
spec.summary = "BlueStack by Azerion provides functionalities for monetizing your mobile application"
spec.description = <<-DESC
Expand Down Expand Up @@ -109,18 +109,13 @@ spec.source = { :git => "https://github.com/azerion/BlueStackSDK.git",

spec.subspec 'In-App-Bidding' do |inApp|
inApp.dependency 'BlueStack-SDK/CriteoPublisherSdk'
inApp.dependency 'BlueStack-SDK/Smart-Display-SDK'
inApp.dependency 'BlueStack-SDK/AmazonPublisherServicesSDK'
inApp.dependency 'BlueStack-SDK/Core'
end

spec.subspec 'Full' do |full|
full.dependency 'BlueStack-SDK/Core'
full.dependency 'BlueStack-SDK/Google-Mobile-Ads-SDK'
full.dependency 'BlueStack-SDK/Smart-Display-SDK'
full.dependency 'BlueStack-SDK/OguryAds'
full.dependency 'BlueStack-SDK/In-App-Bidding'
full.dependency 'BlueStack-SDK/ImproveDigital'
end

end

0 comments on commit 56784c0

Please sign in to comment.