File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ disabled_rules:
66 # Type inference of `await try` methods
77 # does not work well in Xcode 13 Beta
88 - implicit_return
9+ # Does not work with URL query literals.
10+ - duplicated_key_in_dictionary_literal
911excluded :
1012 - Pods
1113 - .build
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "FTAPIKit"
3- s . version = "1.2.3 "
3+ s . version = "1.2.4 "
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 @@ -19,7 +19,7 @@ When using Swift package manager install using Xcode 11+
1919or add following line to your dependencies:
2020
2121``` swift
22- .package (url : " https://github.com/futuredapp/FTAPIKit.git" , from : " 1.2.3 " )
22+ .package (url : " https://github.com/futuredapp/FTAPIKit.git" , from : " 1.2.4 " )
2323```
2424
2525When using CocoaPods add following line to your ` Podfile ` :
You can’t perform that action at this time.
0 commit comments