File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed
Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 33### HEAD
44--------------
55
6- - Added ` PATCH ` method support
6+ ### 2.1.0
7+ -----------
8+
9+ - Added ` PATCH ` method support [ Hernan Gonzalez] ( https://github.com/hernangonzalez )
710
811### 2.0.0
912-----------
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = "Kakapo"
3- s . version = "2.0 .0"
3+ s . version = "2.1 .0"
44 s . summary = "Dynamically Mock server behaviors and responses."
55
66 s . description = <<-DESC
Original file line number Diff line number Diff line change @@ -54,9 +54,9 @@ With Kakapo you can just create Swift structs/classes/enums that are automatical
5454
5555 * Dynamic mocking
5656 * Prototyping
57- * Swift 3.0 compatible (from version ` 2.0.0 ` , ` master ` branch)
58- * Swift 2.3 compatible (from version ` 1.0.0 ` , branch ` feature/swift2.3 ` )
59- * Swift 2.2 compatible (versions ` 0.x.y ` , branch ` feature/swift2.2 ` )
57+ * Swift 3.0 compatible (from version 2.0.0, master branch)
58+ * Swift 2.3 compatible (from version 1.0.0, branch feature/legacy-swift )
59+ * Swift 2.2 compatible (versions 0.x.y)
6060 * Compatible with [ ![ Platform] ( https://img.shields.io/cocoapods/p/Kakapo.svg?style=flat )] ( http://cocoapods.org/pods/Kakapo )
6161 * Protocol oriented and pluggable
6262 * Fully customizable by defining custom serialization and custom responses
You can’t perform that action at this time.
0 commit comments