-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPollfish.podspec
More file actions
20 lines (20 loc) · 855 Bytes
/
Pollfish.podspec
File metadata and controls
20 lines (20 loc) · 855 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Pod::Spec.new do |s|
s.name = 'Pollfish'
s.version = '6.5.0'
s.platform = :ios, '11.0'
s.license = { :type => 'Commercial', :text => 'See https://www.pollfish.com/terms/publisher' }
s.summary = 'Pollfish iOS Survey Monetization SDK'
s.description = 'Pollfish provides a new interactive monetization format to app developers that pays up to 20x more than classic ad clicks'
s.homepage = 'https://www.pollfish.com'
s.author = { 'Pollfish Inc.' => 'support@pollfish.com' }
s.social_media_url = 'https://twitter.com/pollfish'
s.requires_arc = true
s.source = {
:git => 'https://github.com/pollfish/ios-sdk-pollfish.git',
:tag => s.version.to_s
}
s.frameworks = 'CoreTelephony', 'SystemConfiguration', 'WebKit'
s.weak_frameworks = 'AdSupport'
s.documentation_url = 'https://www.pollfish.com/docs/ios'
s.vendored_frameworks = 'Pollfish.xcframework'
end