Skip to content

Commit

Permalink
Merge pull request #85 from futuredapp/release/v2.2.0
Browse files Browse the repository at this point in the history
Release v2.2.0
  • Loading branch information
mkj-is authored Mar 5, 2020
2 parents 87980c8 + 6ceacc4 commit 75b42c7
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 7 deletions.
2 changes: 1 addition & 1 deletion FuntastyKit.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "FuntastyKit"
s.version = "2.1.0"
s.version = "2.2.0"
s.summary = "A collection of Swift utilities and protocols used in our projects."
s.description = <<-DESC
MVVM-C architecture, service holder for code injection of services
Expand Down
20 changes: 16 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,16 @@ GEM
httpclient (~> 2.8, >= 2.8.3)
json (>= 1.5.1)
atomos (0.1.3)
aws-eventstream (1.0.3)
aws-sdk (2.11.460)
aws-sdk-resources (= 2.11.460)
aws-sdk-core (2.11.460)
aws-sigv4 (~> 1.0)
jmespath (~> 1.0)
aws-sdk-resources (2.11.460)
aws-sdk-core (= 2.11.460)
aws-sigv4 (1.1.1)
aws-eventstream (~> 1.0, >= 1.0.2)
babosa (1.0.3)
claide (1.0.3)
cocoapods (1.9.0)
Expand Down Expand Up @@ -59,7 +69,7 @@ GEM
concurrent-ruby (1.1.6)
declarative (0.0.10)
declarative-option (0.1.0)
digest-crc (0.4.1)
digest-crc (0.5.1)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
dotenv (2.7.5)
Expand All @@ -76,9 +86,10 @@ GEM
faraday_middleware (0.13.1)
faraday (>= 0.7.4, < 1.0)
fastimage (2.1.7)
fastlane (2.142.0)
fastlane (2.143.0)
CFPropertyList (>= 2.3, < 4.0.0)
addressable (>= 2.3, < 3.0.0)
aws-sdk (~> 2.3)
babosa (>= 1.0.2, < 2.0.0)
bundler (>= 1.12.0, < 3.0.0)
colored
Expand Down Expand Up @@ -129,8 +140,8 @@ GEM
google-cloud-core (1.5.0)
google-cloud-env (~> 1.0)
google-cloud-errors (~> 1.0)
google-cloud-env (1.3.0)
faraday (~> 0.11)
google-cloud-env (1.3.1)
faraday (>= 0.17.3, < 2.0)
google-cloud-errors (1.0.0)
google-cloud-storage (1.25.1)
addressable (~> 2.5)
Expand All @@ -152,6 +163,7 @@ GEM
httpclient (2.8.3)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jmespath (1.4.0)
json (2.3.0)
jwt (2.1.0)
memoist (0.16.2)
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ The FuntastyKit for iOS contains:
If you want to use CocoaPods for dependency management, add following line to your `Podfile`:

```ruby
pod 'FuntastyKit', '~> 2.1'
pod 'FuntastyKit', '~> 2.2'
```

If you also want to use IBInspectable extensions also add:

```ruby
pod 'FuntastyKit', '~> 2.1', subspecs: ['IBInspectable']
pod 'FuntastyKit', '~> 2.2', subspecs: ['IBInspectable']
```

When using Swift package manager add following line to your `Package.swift` file or add the repository using Xcode:
Expand Down Expand Up @@ -53,6 +53,7 @@ Over the years many inside and outside contributors made improvements to this li
- [Mikoláš Stuchlík](https://github.com/mikolasstuchlik)
- [Marek Staňa](https://github.com/mstana)
- [Martin Pinka](https://github.com/crinos9)
- [Adam Salih](https://github.com/adamsalih)
- [Adam Bezák](https://github.com/bezoadam)

## License
Expand Down

0 comments on commit 75b42c7

Please sign in to comment.