Skip to content

Commit

Permalink
Merge pull request #11 from yandexmobile/LoginSDK_3.0.2
Browse files Browse the repository at this point in the history
Update Yandex Login SDK to version 3.0.2
  • Loading branch information
Alivig1 authored Apr 25, 2024
2 parents 8286780 + 806bb8a commit ee494da
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Sources/YandexLoginSDK/Public/YandexLoginSDK.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ public final class YandexLoginSDK: NSObject {
}

public static let shared = YandexLoginSDK()
public static let version: String = "3.0.0"
public static let version: String = "3.0.2"

private var clientID: String?
private var observersController = ObserversController()
Expand Down
19 changes: 19 additions & 0 deletions Sources/YandexLoginSDK/Resources/PrivacyInfo.xcprivacy
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSPrivacyTracking</key>
<false/>
<key>NSPrivacyAccessedAPITypes</key>
<array>
<dict>
<key>NSPrivacyAccessedAPIType</key>
<string>NSPrivacyAccessedAPICategoryUserDefaults</string>
<key>NSPrivacyAccessedAPITypeReasons</key>
<array>
<string>CA92.1</string>
</array>
</dict>
</array>
</dict>
</plist>
4 changes: 2 additions & 2 deletions YandexLoginSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@

Pod::Spec.new do |spec|
spec.name = "YandexLoginSDK"
spec.version = "3.0.1"
spec.version = "3.0.2"
spec.summary = "A library that helps third-party applications authorize in Yandex Services."
spec.homepage = "https://yandex.ru/dev/id/doc/"
spec.license = { type: 'Proprietary', text: '2023 © Yandex. All rights reserved.' }
spec.license = { type: 'Proprietary', text: '2024 © Yandex. All rights reserved.' }
spec.author = { "Yandex LLC" => "ios-dev@yandex-team.ru" }
spec.platform = :ios, "12.0"
spec.swift_version = "5.0"
Expand Down

0 comments on commit ee494da

Please sign in to comment.