Skip to content

Commit

Permalink
Merge pull request #249 in MI/yandex-checkout-payments-swift from hot…
Browse files Browse the repository at this point in the history
…fix/5.4.1 to master

* commit '6c00a11219ac9a94c2e79c5b4aa95a885a8d6e00':
  [NO-TASK] Update YandexMobileMetrica
  • Loading branch information
AutoMergeBot authored and AutoMergeBot committed Jun 3, 2021
2 parents 2af1d6b + 6c00a11 commit 57a7c59
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 15 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Changelog

## 5.4.1

1. Обновление версии `YandexMobileMetrica`.

### 5.4.0

1. Исправили возможные проблемы с дробной частью параметра `amount` сущности `TokenizationModuleInputData`.
Expand Down
18 changes: 9 additions & 9 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@ PODS:
- Reveal-SDK (28)
- SwiftLint (0.43.1)
- ThreatMetrixAdapter (2.0.0)
- YandexMobileMetrica/Dynamic (3.12.0):
- YandexMobileMetrica/Dynamic/Core (= 3.12.0)
- YandexMobileMetrica/Dynamic/Crashes (= 3.12.0)
- YandexMobileMetrica/Dynamic/Core (3.12.0)
- YandexMobileMetrica/Dynamic/Crashes (3.12.0):
- YandexMobileMetrica/Dynamic (3.16.0):
- YandexMobileMetrica/Dynamic/Core (= 3.16.0)
- YandexMobileMetrica/Dynamic/Crashes (= 3.16.0)
- YandexMobileMetrica/Dynamic/Core (3.16.0)
- YandexMobileMetrica/Dynamic/Crashes (3.16.0):
- YandexMobileMetrica/Dynamic/Core
- YooKassaPayments (5.4.0):
- YooKassaPayments (5.4.1):
- MoneyAuth (~> 2.21.0)
- ThreatMetrixAdapter (~> 2.0.0)
- YandexMobileMetrica/Dynamic (~> 3.12.0)
- YandexMobileMetrica/Dynamic (~> 3.0)
- YooKassaPaymentsApi (~> 2.3.0)
- YooKassaWalletApi (~> 2.3.0)
- YooMoneyCoreApi (~> 1.9.0)
Expand Down Expand Up @@ -61,8 +61,8 @@ SPEC CHECKSUMS:
Reveal-SDK: 1a2a678648fc4d277bad71c86d15530424324288
SwiftLint: 99f82d07b837b942dd563c668de129a03fc3fb52
ThreatMetrixAdapter: c5ea4cc20dd82931fabeb596c3e86d300c2d14fb
YandexMobileMetrica: 7ba67267e1ef841f77d5db17a5091b8e9eba911f
YooKassaPayments: 8f4050a055f1c62b22d4cfab3e4f50676b9fbf57
YandexMobileMetrica: 2ab55883ea552a4c4ea4516a3353ca0577a747cc
YooKassaPayments: 5ef043a777957ba1b173af02f0777875de802df3
YooKassaPaymentsApi: 66302803d0389fbc27238d8ff9447c10ac1e31bf
YooKassaWalletApi: 9ca2fa3c2827721d646ee8f770509e7eeea98743
YooMoneyCoreApi: 0d4da37a1619a4c92df0962ecc48d1665dbae4f4
Expand Down
6 changes: 3 additions & 3 deletions YooKassaPayments.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'YooKassaPayments'
s.version = '5.4.0'
s.version = '5.4.1'
s.homepage = 'https://github.com/yoomoney/yookassa-payments-swift'
s.license = {
:type => "MIT",
Expand Down Expand Up @@ -32,9 +32,9 @@ Pod::Spec.new do |s|
s.ios.dependency 'YooMoneyCoreApi', '~> 1.9.0'
s.ios.dependency 'YooKassaPaymentsApi', '~> 2.3.0'
s.ios.dependency 'YooKassaWalletApi', '~> 2.3.0'
s.ios.dependency 'YandexMobileMetrica/Dynamic', '~> 3.12.0'

s.ios.dependency 'MoneyAuth', '~> 2.21.0'
s.ios.dependency 'ThreatMetrixAdapter', '~> 2.0.0'


s.ios.dependency 'YandexMobileMetrica/Dynamic', '~> 3.0'
end
4 changes: 2 additions & 2 deletions YooKassaPayments.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -3007,8 +3007,8 @@
inputPaths = (
"${PODS_ROOT}/Target Support Files/Pods-YooKassaPaymentsExamplePods/Pods-YooKassaPaymentsExamplePods-frameworks.sh",
"${BUILT_PRODUCTS_DIR}/FunctionalSwift/FunctionalSwift.framework",
"${PODS_ROOT}/YandexMobileMetrica/dynamic/YandexMobileMetrica.framework",
"${PODS_ROOT}/YandexMobileMetrica/dynamic/YandexMobileMetricaCrashes.framework",
"${PODS_ROOT}/YandexMobileMetrica/ios/dynamic/YandexMobileMetrica.framework",
"${PODS_ROOT}/YandexMobileMetrica/ios/dynamic/YandexMobileMetricaCrashes.framework",
"${BUILT_PRODUCTS_DIR}/YooKassaPayments/YooKassaPayments.framework",
"${BUILT_PRODUCTS_DIR}/YooKassaPaymentsApi/YooKassaPaymentsApi.framework",
"${BUILT_PRODUCTS_DIR}/YooKassaWalletApi/YooKassaWalletApi.framework",
Expand Down
2 changes: 1 addition & 1 deletion YooKassaPayments/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>5.4.0</string>
<string>5.4.1</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 57a7c59

Please sign in to comment.