You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@ To integrate VirgilCrypto into your Xcode project using CocoaPods, specify it in
112
112
target '<Your Target Name>'do
113
113
use_frameworks!
114
114
115
-
pod 'VirgilCrypto', '~> 5.3.0'
115
+
pod 'VirgilCrypto', '~> 5.4.0'
116
116
end
117
117
```
118
118
@@ -136,7 +136,7 @@ $ brew install carthage
136
136
To integrate VirgilCrypto into your Xcode project using Carthage, create an empty file with name *Cartfile* in your project's root folder and add following lines to your *Cartfile*
0 commit comments