Skip to content

Commit

Permalink
4.2.1: Hotfix: Add Privacy Manifest to CocoaPods (#222)
Browse files Browse the repository at this point in the history
* 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
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AccountSDKIOSWeb.podspec
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'
Expand Down
2 changes: 1 addition & 1 deletion Sources/AccountSDKIOSWeb/Lib/Version.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
// Licensed under the terms of the MIT license. See LICENSE in the project root.
//

public let sdkVersion = "4.2.0"
public let sdkVersion = "4.2.1"

0 comments on commit 876fbc8

Please sign in to comment.