-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
4.2.1: Hotfix: Add Privacy Manifest to CocoaPods (#222)
* Fix: Add `PrivacyInfo.xcprivacy` file to cocoapods source files * Bump version to 4.2.1
- Loading branch information
Marcin Grześkowiak
authored
Apr 29, 2024
1 parent
5ec5afa
commit 876fbc8
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'AccountSDKIOSWeb' | ||
s.version = '4.2.0' | ||
s.version = '4.2.1' | ||
s.summary = 'New implementation of the Schibsted account iOS SDK using the web flows via ASWebAuthenticationSession.' | ||
s.homepage = 'https://schibsted.github.io/account-sdk-ios-web/' | ||
s.license = { :type => "MIT" } | ||
s.author = { 'Schibsted' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/schibsted/account-sdk-ios-web.git', :tag => s.version.to_s } | ||
s.ios.deployment_target = '12.0' | ||
s.swift_version = '5.0' | ||
s.source_files = 'Sources/AccountSDKIOSWeb/**/*.{h,m,swift}' | ||
s.source_files = 'Sources/AccountSDKIOSWeb/**/*.{h,m,swift}', 'PrivacyInfo.xcprivacy' | ||
s.resource_bundles = {'AccountSDKIOSWeb' => 'Sources/AccountSDKIOSWeb/Resources/**/*.{xcassets,ttf,strings}'} | ||
s.dependency 'JOSESwift', '~> 2.4.0' | ||
s.dependency 'Logging', '~> 1.4.0' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters