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 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