-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathApiOSPrebidSDK.podspec
More file actions
20 lines (17 loc) · 1.04 KB
/
ApiOSPrebidSDK.podspec
File metadata and controls
20 lines (17 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Pod::Spec.new do |spec|
spec.name = "ApiOSPrebidSDK"
spec.version = "1.0.3"
spec.summary = "ApiOSPrebidSDK provides full screen ad formats such as Smart Rewarded and Smart Interstitial ads for the iOS apps"
spec.description = "ApiOSPrebidSDK is easy to implement SDK provides full screen ad formats such as Smart Rewarded and Smart Interstitial ads for the iOS apps."
spec.homepage = "https://github.com/adpushup/ApiOSPrebidSDK"
spec.license = { :type => "Proprietary", :text => "LICENSE" }
spec.author = [{ "AdPushup" => "rishabh.tripathi@adpushup.com" }]
spec.platform = :ios, "15.0"
spec.source = { :git => "https://github.com/adpushup/ApiOSPrebidSDK.git", :tag => spec.version.to_s }
spec.swift_version = "5.0"
spec.vendored_frameworks = "Sources/ApiOSPrebidSDK/ApPrebidModule.xcframework"
spec.source_files = "Sources/ApiOSPrebidSDK/Placeholder.swift"
spec.dependency 'Google-Mobile-Ads-SDK', '~> 11.13'
spec.dependency 'PrebidMobile', '~> 3.1'
spec.static_framework = true
end