Skip to content

Commit bc8fbd4

Browse files
committed
Preparing for 2.2.2 release.
1 parent a211540 commit bc8fbd4

File tree

6 files changed

+15
-7
lines changed

6 files changed

+15
-7
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Change Log
22
==========
33

4+
Version 2.2.2 *(2020-05-04)*
5+
----------------------------
6+
7+
- Added `filename` property to `Uploadable` and default implementation for `URL` (addresses #19.)
8+
- Improved reliability of `MultipartUpload` abort logic (addresses #18.)
9+
- Removed unnecessary files from Copy Bundle Resources phase (addresses #17.)
10+
- Updated `CryptoSwift` dependency to `~> 1.3` in `Cartfile` and podspec.
11+
412
Version 2.2.1 *(2020-01-16)*
513
----------------------------
614

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
github "Alamofire/Alamofire" ~> 4.9
2-
github "krzyzanowskim/CryptoSwift" ~> 1.0
2+
github "krzyzanowskim/CryptoSwift" ~> 1.3
33

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
github "Alamofire/Alamofire" "4.9.1"
22
github "AliSoftware/OHHTTPStubs" "7.0.0"
3-
github "krzyzanowskim/CryptoSwift" "1.3.0"
3+
github "krzyzanowskim/CryptoSwift" "1.3.1"

FilestackSDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ Pod::Spec.new do |spec|
1212
spec.source_files = 'FilestackSDK/**/*.{h,swift}'
1313

1414
spec.dependency 'Alamofire', '~> 4.9'
15-
spec.dependency 'CryptoSwift', '~> 1.0'
15+
spec.dependency 'CryptoSwift', '~> 1.3'
1616
end

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This is the official Swift SDK for Filestack - API and content management system
1313
## Requirements
1414

1515
* Xcode 10.2 or later
16-
* Swift 4.2 up to 5.0 / Objective-C
16+
* Swift 4.2 up to 5.2 / Objective-C
1717
* iOS 11 or later
1818

1919
## Installing
@@ -34,7 +34,7 @@ platform :ios, '11.0'
3434
use_frameworks!
3535

3636
target '<Your Target Name>' do
37-
pod 'FilestackSDK', '~> 2.2.1'
37+
pod 'FilestackSDK', '~> 2.2.2'
3838
end
3939
```
4040

@@ -57,7 +57,7 @@ $ brew install carthage
5757

5858
To integrate FilestackSDK into your Xcode project using Carthage, specify it in your `Cartfile`:
5959

60-
`github "filestack/filestack-swift" ~> 2.2.1`
60+
`github "filestack/filestack-swift" ~> 2.2.2`
6161

6262
Run `carthage update` to build the framework and drag the built `FilestackSDK.framework` into your Xcode project. Additionally, add `FilestackSDK.framework`, `Alamofire.framework` and `CryptoSwift.framework` to the embedded frameworks build phase of your app's target.
6363

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.2.1
1+
2.2.2

0 commit comments

Comments
 (0)