Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Fix YaPay version
Browse files Browse the repository at this point in the history
  • Loading branch information
a.ignatov committed Aug 2, 2023
1 parent 6f3b9a6 commit d40b257
Show file tree
Hide file tree
Showing 158 changed files with 426 additions and 1,647 deletions.
6 changes: 3 additions & 3 deletions Cloudpayments-SDK-iOS.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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!"

Expand All @@ -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'
Expand All @@ -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'

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
CloudPayments SDK позволяет интегрировать прием платежей в мобильные приложение для платформы iOS.

### Требования
Для работы CloudPayments SDK необходим iOS версии 11.0 и выше.
Для работы CloudPayments SDK необходим iOS версии 13.0 и выше.

### Подключение
Для подключения SDK мы рекомендуем использовать CocoaPods. Добавьте в файл Podfile зависимости:
Expand Down
2 changes: 1 addition & 1 deletion demo/Podfile
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
Expand Down
32 changes: 16 additions & 16 deletions demo/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
PODS:
- Cloudpayments (1.2.13):
- Cloudpayments (1.2.15):
- CloudpaymentsNetworking
- YandexLoginSDK
- YandexPaySDK/Dynamic
- YandexPaySDK/Dynamic (= 1.3.9)
- CloudpaymentsNetworking (1.0.1)
- PromiseKit/CorePromise (6.18.1)
- YandexLoginSDK (2.0.2)
- YandexMobileMetrica/Dynamic (4.4.0):
- YandexMobileMetrica/Dynamic/Core (= 4.4.0)
- YandexMobileMetrica/Dynamic/Crashes (= 4.4.0)
- YandexMobileMetrica/Dynamic/Core (4.4.0)
- YandexMobileMetrica/Dynamic/Crashes (4.4.0):
- YandexLoginSDK (2.1.1)
- YandexMobileMetrica/Dynamic (4.5.2):
- YandexMobileMetrica/Dynamic/Core (= 4.5.2)
- YandexMobileMetrica/Dynamic/Crashes (= 4.5.2)
- YandexMobileMetrica/Dynamic/Core (4.5.2)
- YandexMobileMetrica/Dynamic/Crashes (4.5.2):
- YandexMobileMetrica/Dynamic/Core
- YandexPaySDK/Dynamic (1.2.0):
- YandexPaySDK/Dynamic (1.3.9):
- PromiseKit/CorePromise (~> 6.0)
- YandexLoginSDK (~> 2.0.2)
- YandexLoginSDK (~> 2.1.1)
- YandexMobileMetrica/Dynamic

DEPENDENCIES:
Expand All @@ -35,13 +35,13 @@ EXTERNAL SOURCES:
:path: "../networking"

SPEC CHECKSUMS:
Cloudpayments: fe74c362daec948bcd81afae45e5413943668ed6
Cloudpayments: a6a557e4e22bb56bdc015678f6a9d4f2b0c48024
CloudpaymentsNetworking: b03a482d4200209a46f27da663d235228bab5071
PromiseKit: 49d70c53d5d20e346beaea4b276b5dd2ab446bb4
YandexLoginSDK: cd407482207b4b7da75c5f7d7fd2fdd6a604c325
YandexMobileMetrica: baf7cea47cb87fc9af963c4f747ce8dd7df3d7c0
YandexPaySDK: 77bfc6e67d889e26f1f3926c2a6cdfd5ccbb6a52
YandexLoginSDK: ad9a07aca36a7748353af17c9cbbf2b83be9ba26
YandexMobileMetrica: f5368ee93f286c793d73b58da00929babfc897c1
YandexPaySDK: eb54423e0466cf88096cce9903a011c5a87f91af

PODFILE CHECKSUM: 6de002660389a5fdb524f96478190c710b4dcefd
PODFILE CHECKSUM: 5e8a634e0cd7a67253d7408cf5c57f7d427f3aaf

COCOAPODS: 1.12.1
COCOAPODS: 1.11.2
42 changes: 21 additions & 21 deletions demo/demo.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,17 @@
13B49EC7224A4795001F85CF /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B49EC6224A4795001F85CF /* Assets.xcassets */; };
13B49ECA224A4795001F85CF /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 13B49EC8224A4795001F85CF /* LaunchScreen.storyboard */; };
831A1D222538413A003CA251 /* BaseViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 831A1D212538413A003CA251 /* BaseViewController.swift */; };
85BB5F2A471E3E0244FD8E15 /* Pods_demo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4380A3AAB1379805D4B0CFD2 /* Pods_demo.framework */; };
E86315D12A4B24E80041F778 /* LogoHeaderView.xib in Resources */ = {isa = PBXBuildFile; fileRef = E86315D02A4B24E80041F778 /* LogoHeaderView.xib */; };
E86315D42A4B29E10041F778 /* FooterActionView.xib in Resources */ = {isa = PBXBuildFile; fileRef = E86315D32A4B29E10041F778 /* FooterActionView.xib */; };
E86315D62A4B29F00041F778 /* FooterActionView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E86315D52A4B29F00041F778 /* FooterActionView.swift */; };
E87F56812A4C98C40067D996 /* UIView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E87F56802A4C98C40067D996 /* UIView.swift */; };
E8E7B4E82A4B2122009BEEEA /* LogoHeaderView.swift in Sources */ = {isa = PBXBuildFile; fileRef = E8E7B4E72A4B2122009BEEEA /* LogoHeaderView.swift */; };
E8F2DBAE2A4AF23100183EA9 /* PaymentViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = E8F2DBAD2A4AF23100183EA9 /* PaymentViewModel.swift */; };
E8F394882A4B43E500F67DC9 /* UITextField.swift in Sources */ = {isa = PBXBuildFile; fileRef = E8F394872A4B43E500F67DC9 /* UITextField.swift */; };
EC34650C1473ED77F8E7D44B /* Pods_demo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 552EC996FBD1C19D600C86EF /* Pods_demo.framework */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
109375015ED608AFC246316B /* Pods-demo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-demo.release.xcconfig"; path = "Target Support Files/Pods-demo/Pods-demo.release.xcconfig"; sourceTree = "<group>"; };
1318032022F8454C00761630 /* DemoViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DemoViewCell.swift; sourceTree = "<group>"; };
1318234D233CEFDD004BEC5B /* Constants.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Constants.swift; sourceTree = "<group>"; };
133417CC234380A200AC4CBA /* UIViewController.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UIViewController.swift; sourceTree = "<group>"; };
Expand All @@ -39,10 +38,11 @@
13B49EC6224A4795001F85CF /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
13B49EC9224A4795001F85CF /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
13B49ECB224A4795001F85CF /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
552EC996FBD1C19D600C86EF /* Pods_demo.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_demo.framework; sourceTree = BUILT_PRODUCTS_DIR; };
23866851E972719EBA73AAB3 /* Pods-demo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-demo.debug.xcconfig"; path = "Target Support Files/Pods-demo/Pods-demo.debug.xcconfig"; sourceTree = "<group>"; };
4380A3AAB1379805D4B0CFD2 /* Pods_demo.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_demo.framework; sourceTree = BUILT_PRODUCTS_DIR; };
7C85608EA0091E426EA42B4B /* Pods-demo.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-demo.release.xcconfig"; path = "Target Support Files/Pods-demo/Pods-demo.release.xcconfig"; sourceTree = "<group>"; };
831A1D212538413A003CA251 /* BaseViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = BaseViewController.swift; sourceTree = "<group>"; };
8387197B2519F06C00797EDA /* demo.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = demo.entitlements; sourceTree = "<group>"; };
96D1D71A6ABF4751D28EBE1F /* Pods-demo.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-demo.debug.xcconfig"; path = "Target Support Files/Pods-demo/Pods-demo.debug.xcconfig"; sourceTree = "<group>"; };
E86315D02A4B24E80041F778 /* LogoHeaderView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = LogoHeaderView.xib; sourceTree = "<group>"; };
E86315D32A4B29E10041F778 /* FooterActionView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = FooterActionView.xib; sourceTree = "<group>"; };
E86315D52A4B29F00041F778 /* FooterActionView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FooterActionView.swift; sourceTree = "<group>"; };
Expand All @@ -57,7 +57,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
EC34650C1473ED77F8E7D44B /* Pods_demo.framework in Frameworks */,
85BB5F2A471E3E0244FD8E15 /* Pods_demo.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down Expand Up @@ -95,7 +95,7 @@
children = (
13B49EBE224A4793001F85CF /* demo */,
783360454E6067683DC51BAD /* Pods */,
7BD11AE94540AE61DDA85535 /* Frameworks */,
5F3537734DD365BBCA4E64C3 /* Frameworks */,
);
sourceTree = "<group>";
};
Expand All @@ -118,21 +118,21 @@
path = demo;
sourceTree = "<group>";
};
783360454E6067683DC51BAD /* Pods */ = {
5F3537734DD365BBCA4E64C3 /* Frameworks */ = {
isa = PBXGroup;
children = (
96D1D71A6ABF4751D28EBE1F /* Pods-demo.debug.xcconfig */,
109375015ED608AFC246316B /* Pods-demo.release.xcconfig */,
4380A3AAB1379805D4B0CFD2 /* Pods_demo.framework */,
);
path = Pods;
name = Frameworks;
sourceTree = "<group>";
};
7BD11AE94540AE61DDA85535 /* Frameworks */ = {
783360454E6067683DC51BAD /* Pods */ = {
isa = PBXGroup;
children = (
552EC996FBD1C19D600C86EF /* Pods_demo.framework */,
23866851E972719EBA73AAB3 /* Pods-demo.debug.xcconfig */,
7C85608EA0091E426EA42B4B /* Pods-demo.release.xcconfig */,
);
name = Frameworks;
path = Pods;
sourceTree = "<group>";
};
831A1D252538472F003CA251 /* DemoModule */ = {
Expand Down Expand Up @@ -261,11 +261,11 @@
isa = PBXNativeTarget;
buildConfigurationList = 13B49ECE224A4795001F85CF /* Build configuration list for PBXNativeTarget "demo" */;
buildPhases = (
FF28C58640B059EB9DC532F3 /* [CP] Check Pods Manifest.lock */,
CCD4982E45E26F87DACB073F /* [CP] Check Pods Manifest.lock */,
13B49EB8224A4793001F85CF /* Sources */,
13B49EB9224A4793001F85CF /* Frameworks */,
13B49EBA224A4793001F85CF /* Resources */,
90BEEAE0F18DBB24A6081693 /* [CP] Embed Pods Frameworks */,
95AC84067DFAA22CBBF3E62F /* [CP] Embed Pods Frameworks */,
);
buildRules = (
);
Expand Down Expand Up @@ -325,7 +325,7 @@
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
90BEEAE0F18DBB24A6081693 /* [CP] Embed Pods Frameworks */ = {
95AC84067DFAA22CBBF3E62F /* [CP] Embed Pods Frameworks */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
Expand All @@ -342,7 +342,7 @@
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-demo/Pods-demo-frameworks.sh\"\n";
showEnvVarsInLog = 0;
};
FF28C58640B059EB9DC532F3 /* [CP] Check Pods Manifest.lock */ = {
CCD4982E45E26F87DACB073F /* [CP] Check Pods Manifest.lock */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
Expand Down Expand Up @@ -527,7 +527,7 @@
};
13B49ECF224A4795001F85CF /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 96D1D71A6ABF4751D28EBE1F /* Pods-demo.debug.xcconfig */;
baseConfigurationReference = 23866851E972719EBA73AAB3 /* Pods-demo.debug.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = demo/demo.entitlements;
Expand All @@ -543,7 +543,7 @@
"$(SOURCE_ROOT)/Pods",
);
INFOPLIST_FILE = demo/Resources/Configuration/info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand All @@ -559,7 +559,7 @@
};
13B49ED0224A4795001F85CF /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 109375015ED608AFC246316B /* Pods-demo.release.xcconfig */;
baseConfigurationReference = 7C85608EA0091E426EA42B4B /* Pods-demo.release.xcconfig */;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_ENTITLEMENTS = demo/demo.entitlements;
Expand All @@ -575,7 +575,7 @@
"$(SOURCE_ROOT)/Pods",
);
INFOPLIST_FILE = demo/Resources/Configuration/info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
IPHONEOS_DEPLOYMENT_TARGET = 13.0;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
"@executable_path/Frameworks",
Expand Down
8 changes: 0 additions & 8 deletions demo/demo/ViewControllers/Cart/CartViewCell 2.swift

This file was deleted.

Loading

0 comments on commit d40b257

Please sign in to comment.