Skip to content

Commit

Permalink
Preparing for 2.2.2 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
rnine committed May 4, 2020
1 parent e44dafd commit 6628ad2
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 11 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Change Log
==========

Version 2.2.2 (2020-05-04)
----------------------------

- Removed unnecessary files from Copy Bundle Resources phase.
- Updated Cocoapod and Carthage dependency on `SSZipArchive` to `2.2.3`.
- Updated Cocoapod and Carthage dependency on `FilestackSDK` to `2.2.2`.

Version 2.2.1 (2020-01-16)
----------------------------

Expand Down
4 changes: 2 additions & 2 deletions Cartfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github "Alamofire/Alamofire" ~> 4.9
github "ZipArchive/ZipArchive" "v2.2.2"
github "filestack/filestack-swift" "develop"
github "ZipArchive/ZipArchive" "v2.2.3"
github "filestack/filestack-swift" "2.2.2"
github "SVProgressHUD/SVProgressHUD" ~> 2.2
6 changes: 3 additions & 3 deletions Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github "Alamofire/Alamofire" "4.9.1"
github "SVProgressHUD/SVProgressHUD" "2.2.5"
github "ZipArchive/ZipArchive" "v2.2.2"
github "filestack/filestack-swift" "3f42e979081066282e554d76fd545d0a3f745706"
github "krzyzanowskim/CryptoSwift" "1.3.0"
github "ZipArchive/ZipArchive" "v2.2.3"
github "filestack/filestack-swift" "2.2.2"
github "krzyzanowskim/CryptoSwift" "1.3.1"
4 changes: 2 additions & 2 deletions Filestack.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |spec|
spec.resources = ["Filestack/UI/Storyboards/*.storyboard", "Filestack/Resources/*.xcassets"]

spec.dependency 'Alamofire', '~> 4.9'
spec.dependency 'FilestackSDK', '~> 2.2.1'
spec.dependency 'SSZipArchive', '2.2.2'
spec.dependency 'FilestackSDK', '2.2.2'
spec.dependency 'SSZipArchive', '2.2.3'
spec.dependency 'SVProgressHUD', '~> 2.2'
end
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This is the official Swift iOS for Filestack — API and content management syst
## Requirements

* Xcode 11 or later
* Swift 4.2 up to 5.0 / Objective-C
* Swift 4.2 up to 5.2 / Objective-C
* iOS 11 or later

## Installing
Expand All @@ -31,7 +31,7 @@ platform :ios, '11.0'
use_frameworks!
target '<Your Target Name>' do
pod 'Filestack', '~> 2.2.1'
pod 'Filestack', '~> 2.2.2'
end
```

Expand All @@ -52,7 +52,7 @@ $ brew install carthage

To integrate Filestack into your Xcode project using Carthage, specify it in your `Cartfile`:

`github "filestack/filestack-ios" ~> 2.2.1`
`github "filestack/filestack-ios" ~> 2.2.2`

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

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.1
2.2.2

0 comments on commit 6628ad2

Please sign in to comment.