-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathPubguardSDK.podspec
More file actions
30 lines (22 loc) · 1.96 KB
/
PubguardSDK.podspec
File metadata and controls
30 lines (22 loc) · 1.96 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
30
Pod::Spec.new do |spec|
spec.name = "PubguardSDK"
spec.version = "1.3.0"
spec.summary = "PubGuard — A leading ad quality platform that specialises in ad-quality monitoring and analysis of offensive ads for publishers."
spec.description = <<-DESC
Pubguard is a leading ad quality platform that specialises in monitoring and analysing offensive ads for publishers. We arm our clients with insights and tools that allow them to take control and prevent bad ads from being served to their audience. Through our proprietary technology we do the heavy lifting, so publishers don't have to.
What we do:
Categorises every creative shown within apps through its proprietary technology
Automatically flags suspicious or potentially offensive ads, allowing publishers to review and decide how to handle them
Automatically reach out to ad-networks and take immediate actions to deal with critical ads
Access real time in-depth reporting to manage bad ads
High frequency, low latency tech offering 24/7 continuous protection through its lightweight SDK
Our easy-to-use platform helps to improve ad quality, increase campaign performance and ultimately generate greater yields. We build high frequency, low latency technology that scans and analyses billions of ads without disrupting the user experience. The business was founded in 2015 to address deficiencies in ad quality monitoring and in 2019, it was acquired by Bidstack Group PLC as an independent subsidiary.
DESC
spec.homepage = "https://pubguard.com"
spec.license = { :type => 'New BSD', :file => 'LICENSE.TXT' }
spec.author = { "Alexey Volkov" => "aleksejs.volkovs@bidstack.com" }
spec.platform = :ios, "10.0"
spec.swift_version = '5.0'
spec.source = { :git => "https://github.com/bidstack-group/pubguard-sdk-ios.git", :tag => "v#{spec.version}" }
spec.vendored_frameworks = "PubguardSDK.xcframework", "Frameworks/*.xcframework"
end