Skip to content

Commit ea28d5b

Browse files
committed
Prepare for 0.2.0 (swift 2.2 compatible) release
1 parent 675d5aa commit ea28d5b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Kakapo.podspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = "Kakapo"
3-
s.version = "0.1.0"
3+
s.version = "0.2.0"
44
s.summary = "Dynamically Mock server behaviors and responses."
55

6-
s.description = <<-DESC
6+
s.description = <<-DESC
77
Dynamically Mock server behaviors and responses.
8-
Kakapo allows you to replicate your backend APIs and logic.
8+
Kakapo allows you to replicate your backend APIs and logic.
99
With Kakapo you can easily prototype your application based on your API specifications.
1010
While usually network mocks involve using static json files Kakapo let you create Swift structs/classes/enums that are automatically serialized to JSON.
1111
DESC
@@ -22,5 +22,5 @@ Pod::Spec.new do |s|
2222
s.watchos.deployment_target = '2.0'
2323

2424
s.source_files = 'Source/**/*'
25-
25+
2626
end

0 commit comments

Comments
 (0)