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 3
3
### HEAD
4
4
--------------
5
5
6
- - Added ` PATCH ` method support
6
+ ### 2.1.0
7
+ -----------
8
+
9
+ - Added ` PATCH ` method support [ Hernan Gonzalez] ( https://github.com/hernangonzalez )
7
10
8
11
### 2.0.0
9
12
-----------
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "Kakapo"
3
- s . version = "2.0 .0"
3
+ s . version = "2.1 .0"
4
4
s . summary = "Dynamically Mock server behaviors and responses."
5
5
6
6
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
54
54
55
55
* Dynamic mocking
56
56
* 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)
60
60
* Compatible with [ ![ Platform] ( https://img.shields.io/cocoapods/p/Kakapo.svg?style=flat )] ( http://cocoapods.org/pods/Kakapo )
61
61
* Protocol oriented and pluggable
62
62
* Fully customizable by defining custom serialization and custom responses
You can’t perform that action at this time.
0 commit comments