-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBidstackCustomAdapterIronSource.podspec
More file actions
29 lines (19 loc) · 1.11 KB
/
BidstackCustomAdapterIronSource.podspec
File metadata and controls
29 lines (19 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Pod::Spec.new do |spec|
spec.name = "BidstackCustomAdapterIronSource"
spec.version = "2.5.0"
spec.summary = "Bidstack Custom Adapter for IronSource v7.9.0+"
spec.description = <<-DESC
The Bidstack IronSource Adapter for iOS allows you to display Interstitial and Rewarded ads in your app through IronSource.
DESC
spec.homepage = "https://bidstack.com"
spec.license = { :type => 'MIT', :file => 'LICENSE' }
spec.preserve_path = "README.md"
spec.author = "Bidstack Limited"
spec.platform = :ios, "12.0"
spec.swift_version = '5.0'
spec.pod_target_xcconfig = { 'VALID_ARCHS[sdk=iphoneos*]' => 'arm64', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64 arm64', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
spec.source = { :git => "https://github.com/bidstack-group/BidstackCustomAdapterIronSource-IOS.git", :tag => "v#{spec.version}" }
spec.vendored_frameworks = "BidstackCustomAdapterIronSource.xcframework"
spec.dependency 'IronSourceSDK'
spec.dependency 'BidstackMobileAdsSDK', '~> 2.5.0'
end