-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Mikhail Kogan
committed
Apr 8, 2022
1 parent
e9391bb
commit d6857d3
Showing
159 changed files
with
28,954 additions
and
5,272 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{ | ||
"1.0.5": "https://raw.githubusercontent.com/Tinkoff/dolyamesdk-ios/1.0.5/Framework/DolyameSDK.xcframework.zip" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ Pod::Spec.new do |s| | |
s.name = 'DolyameSDK' | ||
s.summary = 'Dolyame SDK for iOS' | ||
|
||
s.version = '1.0.4' | ||
s.version = '1.0.5' | ||
|
||
s.authors = { | ||
'Isaac Weisberg' => '[email protected]', | ||
|
@@ -21,16 +21,5 @@ Pod::Spec.new do |s| | |
s.resources = [ | ||
"Framework/#{s.name}.xcframework/ios-arm64/#{s.name}.framework/#{s.name}Images.bundle" | ||
] | ||
|
||
# Dependencies | ||
s.dependency 'SnapKit', '~> 5.0.1' | ||
s.dependency 'Keyboard+LayoutGuide', '~> 1.6.0' | ||
s.dependency 'TPKeyboardAvoiding', '~> 1.3.5' | ||
s.dependency 'Insecurity', '~> 3.0.3' | ||
s.dependency 'Kingfisher', '~> 7.2.0' | ||
s.dependency 'KingfisherWebP', '~> 1.4.0' | ||
s.dependency 'TinkoffASDKCore', '~> 3.0.0-alpha7' | ||
s.dependency 'TinkoffASDKUI', '~> 3.0.0-alpha7' | ||
s.dependency 'Amplitude', '~> 8.5.0' | ||
s.dependency 'SwiftyJSON', '~> 5.0.1' | ||
s.frameworks = "CFNetwork", "Accelerate" | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
Example/DolyameSDKUsageDemo/Workflows/Checkout/Views/CheckoutItemView.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
import SnapKit | ||
import UIKit | ||
|
||
class CheckoutItemView: UIView { | ||
|
1 change: 0 additions & 1 deletion
1
Example/DolyameSDKUsageDemo/Workflows/Checkout/Views/ModifiableParameterView.swift
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
import SnapKit | ||
import UIKit | ||
|
||
class ModifiableParameterView: UIView { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,6 @@ | |
// Created by a.tonkhonoev on 29.11.2021. | ||
// | ||
|
||
import SnapKit | ||
import UIKit | ||
|
||
struct ItemsListCellObject { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.