-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRingPublishingGDPR.podspec
More file actions
20 lines (17 loc) · 976 Bytes
/
RingPublishingGDPR.podspec
File metadata and controls
20 lines (17 loc) · 976 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 = "RingPublishingGDPR"
s.version = "1.9.1"
s.homepage = "https://github.com/ringpublishing/RingPublishingGDPR-iOS"
s.summary = "Collects and saves user's consent in accordance with the standard TCF2.0"
s.license = { :type => 'Copyright. Ringier Axel Springer Polska', :file => 'LICENSE' }
s.authors = { "Adam Szeremeta" => "adam.szeremeta@ringieraxelspringer.pl" }
s.source = { :git => "https://github.com/ringpublishing/RingPublishingGDPR-iOS.git", :tag => s.version }
s.platform = :ios, '15.0'
s.ios.deployment_target = '15.0'
s.static_framework = true
s.requires_arc = true
s.swift_version = '5.9'
s.frameworks = 'UIKit', 'WebKit'
s.source_files = ['Sources/RingPublishingGDPR/Classes/**/*.{swift}']
s.resource_bundles = { 'RingPublishingGDPR_RingPublishingGDPR' => ['Sources/RingPublishingGDPR/Resources/**/*.{strings,xib,js,xcassets}'] }
end