Skip to content

Commit

Permalink
v2.0.2
Browse files Browse the repository at this point in the history
оплата по реквизитам не открывая экрана оплаты, оплата в фоне
открытие экрана оплаты на экране без UINavigationController
update pod spec
  • Loading branch information
v.budnikov committed Aug 14, 2020
1 parent 655024b commit 8ee8464
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 50 deletions.
4 changes: 2 additions & 2 deletions ASDKSample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use_frameworks!

target 'ASDKSample' do

pod 'TinkoffASDKCore', :path => "../TinkoffASDKCore/"
pod 'TinkoffASDKUI', :path => "../TinkoffASDKUI/"
pod 'TinkoffASDKCore', :path => "../"
pod 'TinkoffASDKUI', :path => "../"

end
14 changes: 7 additions & 7 deletions ASDKSample/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,19 @@ PODS:
- TinkoffASDKCore

DEPENDENCIES:
- TinkoffASDKCore (from `../TinkoffASDKCore/`)
- TinkoffASDKUI (from `../TinkoffASDKUI/`)
- TinkoffASDKCore (from `../`)
- TinkoffASDKUI (from `../`)

EXTERNAL SOURCES:
TinkoffASDKCore:
:path: "../TinkoffASDKCore/"
:path: "../"
TinkoffASDKUI:
:path: "../TinkoffASDKUI/"
:path: "../"

SPEC CHECKSUMS:
TinkoffASDKCore: cf884186de8813275fe4a6c85437a55f9ac893b9
TinkoffASDKUI: 106d13d19b6c33a9158fd82161ee507f9e51354f
TinkoffASDKCore: c03e116cce0a5fb9274216b2f4268866d55045b2
TinkoffASDKUI: b947063a1e53630f0ea57c26a42880d575867483

PODFILE CHECKSUM: 3ef6d03e0389bc187ffb82685c06a76f819597f8
PODFILE CHECKSUM: 7a9aad87303c31ac5e6551477b7cc8c687f3f433

COCOAPODS: 1.9.3
File renamed without changes.
19 changes: 0 additions & 19 deletions TinkoffASDKCore/Package.swift

This file was deleted.

File renamed without changes.
22 changes: 0 additions & 22 deletions TinkoffASDKUI/Package.swift

This file was deleted.

0 comments on commit 8ee8464

Please sign in to comment.