-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBidstackMobileAdsSDK.podspec
More file actions
26 lines (17 loc) · 979 Bytes
/
BidstackMobileAdsSDK.podspec
File metadata and controls
26 lines (17 loc) · 979 Bytes
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
Pod::Spec.new do |spec|
spec.name = "BidstackMobileAdsSDK"
spec.version = "2.5.0"
spec.summary = "Bidstack Mobile Ads SDK"
spec.description = <<-DESC
The Bidstack Mobile Ads SDK allows to play back video advertising for Bidstack custom adapters.
DESC
spec.homepage = "https://bidstack.com"
spec.license = { :type => 'MIT', :file => 'LICENSE' }
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/BidstackMobileAdsSDK-iOS.git", :tag => "v#{spec.version}" }
spec.resource = "BidstackMobileAdsSDKResources.bundle"
spec.vendored_frameworks = "BidstackMobileAdsSDK.xcframework"
end