This repository has been archived by the owner. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 31
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
a.ignatov
committed
Aug 2, 2023
1 parent
6f3b9a6
commit d40b257
Showing
158 changed files
with
426 additions
and
1,647 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 |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
Pod::Spec.new do |spec| | ||
|
||
spec.name = "Cloudpayments" | ||
spec.version = "1.2.14" | ||
spec.version = "1.2.15" | ||
spec.summary = "Core library that allows you to use internet acquiring from CloudPayments in your app" | ||
spec.description = "Core library that allows you to use internet acquiring from CloudPayments in your app!" | ||
|
||
|
@@ -20,7 +20,7 @@ Pod::Spec.new do |spec| | |
spec.author = { "Anton Ignatov" => "[email protected]" } | ||
|
||
spec.platform = :ios | ||
spec.ios.deployment_target = "11.0" | ||
spec.ios.deployment_target = "13.0" | ||
|
||
spec.source = { :git => "https://github.com/cloudpayments/CloudPayments-SDK-iOS.git", :tag => "#{spec.version}" } | ||
spec.source_files = 'sdk/Sources/**/*.swift' | ||
|
@@ -31,7 +31,7 @@ Pod::Spec.new do |spec| | |
|
||
spec.dependency 'CloudpaymentsNetworking' | ||
spec.dependency 'YandexLoginSDK' | ||
spec.dependency 'YandexPaySDK/Dynamic' | ||
spec.dependency 'YandexPaySDK/Dynamic', '1.3.9' | ||
|
||
spec.swift_version = '5.0' | ||
|
||
|
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
platform :ios, '11.0' | ||
platform :ios, '13.0' | ||
use_frameworks! | ||
|
||
target 'demo' do | ||
|
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.