From 7dbe4c8e11dbe06fc2a407016085d53b241f4a69 Mon Sep 17 00:00:00 2001 From: Oleksandr Deundiak Date: Mon, 8 Jul 2019 17:52:26 +0300 Subject: [PATCH 1/2] Dependency fix --- Cartfile | 2 +- VirgilSDKPythia.podspec | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cartfile b/Cartfile index 4c3c7ff..c79ab40 100644 --- a/Cartfile +++ b/Cartfile @@ -1,2 +1,2 @@ github "VirgilSecurity/virgil-sdk-x" ~> 5.7 -github "VirgilSecurity/virgil-crypto-x" ~> 5.0.0-alpha5 \ No newline at end of file +github "VirgilSecurity/virgil-crypto-x" "5.0.0-alpha5" \ No newline at end of file diff --git a/VirgilSDKPythia.podspec b/VirgilSDKPythia.podspec index 0a195e9..5ded4fb 100644 --- a/VirgilSDKPythia.podspec +++ b/VirgilSDKPythia.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "VirgilSDKPythia" - s.version = "0.5.2" + s.version = "0.5.3" s.license = { :type => "BSD", :file => "LICENSE" } s.summary = "Virgil Pythia SDK for Apple devices and languages." s.homepage = "https://github.com/VirgilSecurity/virgil-pythia-x/" @@ -13,5 +13,5 @@ Pod::Spec.new do |s| s.source_files = 'Source/**/*.{swift}' s.dependency "VirgilSDK", "~> 5.7" s.dependency "VirgilCryptoPythia", "~> 0.8.0" - s.dependency "VirgilCrypto", "~> 5.0.0-alpha5" + s.dependency "VirgilCrypto", "5.0.0-alpha5" end From 1fd8a7e910b14838190000d728e8f06dfe3df67a Mon Sep 17 00:00:00 2001 From: Oleksandr Deundiak Date: Mon, 8 Jul 2019 17:53:04 +0300 Subject: [PATCH 2/2] Version bump --- VirgilSDKPythia/Info.plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VirgilSDKPythia/Info.plist b/VirgilSDKPythia/Info.plist index f5b1a62..a98f4be 100644 --- a/VirgilSDKPythia/Info.plist +++ b/VirgilSDKPythia/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 0.5.2 + 0.5.3 CFBundleVersion $(CURRENT_PROJECT_VERSION) NSPrincipalClass