Skip to content

Commit

Permalink
Merge pull request #12 from VirgilSecurity/master-dependency-fix
Browse files Browse the repository at this point in the history
Dependency fix
  • Loading branch information
SanjoDeundiak authored Jul 8, 2019
2 parents b0731ba + 1fd8a7e commit 8521a00
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "VirgilSecurity/virgil-sdk-x" ~> 5.7
github "VirgilSecurity/virgil-crypto-x" ~> 5.0.0-alpha5
github "VirgilSecurity/virgil-crypto-x" "5.0.0-alpha5"
4 changes: 2 additions & 2 deletions VirgilSDKPythia.podspec
Original file line number Diff line number Diff line change
@@ -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/"
Expand All @@ -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
2 changes: 1 addition & 1 deletion VirgilSDKPythia/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>0.5.2</string>
<string>0.5.3</string>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>NSPrincipalClass</key>
Expand Down

0 comments on commit 8521a00

Please # to comment.