Skip to content

Commit

Permalink
Merge pull request #119 in MI/yandex-checkout-payments-swift from rel…
Browse files Browse the repository at this point in the history
…ease/5.1.0 to master

* commit '043f4a1d5ac3d6560e445b6962164f085527b5d1':
  [NO-TASK] Update SDK version
  [MOC-1460] Update YandexMobileMetrica version restrictions
  • Loading branch information
AutoMergeBot authored and AutoMergeBot committed Dec 18, 2020
2 parents fcef877 + 043f4a1 commit 17d2785
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ PODS:
- Reveal-SDK (27)
- SwiftLint (0.41.0)
- When (4.0.0)
- YandexMobileMetrica/Dynamic (3.7.1):
- YandexMobileMetrica/Dynamic/Core (= 3.7.1)
- YandexMobileMetrica/Dynamic/Crashes (= 3.7.1)
- YandexMobileMetrica/Dynamic/Core (3.7.1)
- YandexMobileMetrica/Dynamic/Crashes (3.7.1):
- 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/Core
- YooKassaPayments (5.0.1):
- YooKassaPayments (5.1.0):
- FunctionalSwift (~> 1.2.0)
- MoneyAuth (~> 2.0.0)
- When (~> 4.0.0)
- YandexMobileMetrica/Dynamic (~> 3.7.0)
- YandexMobileMetrica/Dynamic (~> 3.12.0)
- YooKassaPaymentsApi (~> 2.3.0)
- YooKassaWalletApi (~> 2.2.0)
- YooMoneyCoreApi (~> 1.9.0)
Expand Down Expand Up @@ -62,8 +62,8 @@ SPEC CHECKSUMS:
Reveal-SDK: 306e2880395ee396f5a8b4c485c3a86dd19866c7
SwiftLint: c585ebd615d9520d7fbdbe151f527977b0534f1e
When: 4ffc88d535a094ad4bd5eaf2fd187de747e716d1
YandexMobileMetrica: 95e93ee5af38520c9e470533dc8df6cf72fa171d
YooKassaPayments: cb48bafc2e4bf0323ce0554b47cbb67775f5651b
YandexMobileMetrica: 7ba67267e1ef841f77d5db17a5091b8e9eba911f
YooKassaPayments: 0f0f3a9597a84f86eb979f81c852392850c5ef3a
YooKassaPaymentsApi: 66302803d0389fbc27238d8ff9447c10ac1e31bf
YooKassaWalletApi: 5fa5f93ebd08d926f8f4adaa5f50863ce6602013
YooMoneyCoreApi: 4f40673a79d11e95af850bb97f264995ac47a873
Expand Down
4 changes: 2 additions & 2 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.0.1'
s.version = '5.1.0'
s.homepage = 'https://github.com/yoomoney/yookassa-payments-swift'
s.license = {
:type => "MIT",
Expand Down Expand Up @@ -45,7 +45,7 @@ Pod::Spec.new do |s|
s.ios.dependency 'YooMoneyCoreApi', '~> 1.9.0'
s.ios.dependency 'YooKassaPaymentsApi', '~> 2.3.0'
s.ios.dependency 'YooKassaWalletApi', '~> 2.2.0'
s.ios.dependency 'YandexMobileMetrica/Dynamic', '~> 3.7.0'
s.ios.dependency 'YandexMobileMetrica/Dynamic', '~> 3.12.0'

s.ios.dependency 'MoneyAuth', '~> 2.0.0'
end
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.0.1</string>
<string>5.1.0</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 17d2785

Please sign in to comment.