File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed
Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "FTAPIKit"
3- s . version = "1.2.1 "
3+ s . version = "1.2.2 "
44 s . summary = "Declarative, generic and protocol-oriented REST API framework using URLSession and Codable"
55 s . description = <<-DESC
66 Protocol-oriented framework for communication with REST APIs.
Original file line number Diff line number Diff line change 22
33source "https://rubygems.org"
44
5- gem "cocoapods" , "~> 1.9 "
5+ gem "cocoapods" , "~> 1.10 "
Original file line number Diff line number Diff line change 22 remote: https://rubygems.org/
33 specs:
44 CFPropertyList (3.0.3 )
5- activesupport (5.2.4.4 )
5+ activesupport (5.2.5 )
66 concurrent-ruby (~> 1.0 , >= 1.0.2 )
77 i18n (>= 0.7 , < 2 )
88 minitest (~> 5.1 )
5454 colored2 (3.1.2 )
5555 concurrent-ruby (1.1.8 )
5656 escape (0.0.4 )
57- ethon (0.12 .0 )
58- ffi (>= 1.3 .0 )
59- ffi (1.14.2 )
57+ ethon (0.14 .0 )
58+ ffi (>= 1.15 .0 )
59+ ffi (1.15.0 )
6060 fourflusher (2.3.1 )
6161 fuzzy_match (2.0.4 )
6262 gh_inspector (1.1.3 )
6363 httpclient (2.8.3 )
64- i18n (1.8.7 )
64+ i18n (1.8.10 )
6565 concurrent-ruby (~> 1.0 )
6666 json (2.5.1 )
67- minitest (5.14.3 )
67+ minitest (5.14.4 )
6868 molinillo (0.6.6 )
6969 nanaimo (0.3.0 )
7070 nap (1.1.0 )
@@ -87,7 +87,7 @@ PLATFORMS
8787 ruby
8888
8989DEPENDENCIES
90- cocoapods (~> 1.9 )
90+ cocoapods (~> 1.10 )
9191
9292BUNDLED WITH
93- 2.1.4
93+ 2.2.16
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ When using Swift package manager install using Xcode 11+
1616or add following line to your dependencies:
1717
1818``` swift
19- .package (url : " https://github.com/futuredapp/FTAPIKit.git" , from : " 1.2.1 " )
19+ .package (url : " https://github.com/futuredapp/FTAPIKit.git" , from : " 1.2.2 " )
2020```
2121
2222When using CocoaPods add following line to your ` Podfile ` :
You can’t perform that action at this time.
0 commit comments