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
+5-5
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ platform :ios, '11.0'
34
34
use_frameworks!
35
35
36
36
target '<Your Target Name>'do
37
-
pod 'FilestackSDK', '~> 2.5.1'
37
+
pod 'FilestackSDK', '~> 2.5.2'
38
38
end
39
39
```
40
40
@@ -57,7 +57,7 @@ $ brew install carthage
57
57
58
58
To integrate FilestackSDK into your Xcode project using Carthage, specify it in your `Cartfile`:
59
59
60
-
`github "filestack/filestack-swift" ~> 2.5.1`
60
+
`github "filestack/filestack-swift" ~> 2.5.2`
61
61
62
62
Run `carthage update` to build the framework and drag the built `FilestackSDK.framework` into your Xcode project. Additionally, add `Alamofire.framework` to the embedded frameworks build phase of your app's target.
63
63
@@ -69,7 +69,7 @@ Alternatively, if you are adding `FilestackSDK` to your own Swift Package, decla
0 commit comments