mirror of https://github.com/SnapKit/SnapKit
Include privacy info for Cocoapods (#798)
This commit is contained in:
parent
4478b2234e
commit
cd9d05bd7e
|
@ -20,5 +20,9 @@ Pod::Spec.new do |s|
|
||||||
'LIBRARY_SEARCH_PATHS' => '$(SDKROOT)/usr/lib/swift',
|
'LIBRARY_SEARCH_PATHS' => '$(SDKROOT)/usr/lib/swift',
|
||||||
}
|
}
|
||||||
|
|
||||||
|
s.resource_bundles = {
|
||||||
|
'SnapKit_Privacy' => ['Sources/PrivacyInfo.xcprivacy'],
|
||||||
|
}
|
||||||
|
|
||||||
s.swift_versions = ['5.0']
|
s.swift_versions = ['5.0']
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue