Skip to content

Commit

Permalink
Prepare for 0.2.0 (swift 2.2 compatible) release
Browse files Browse the repository at this point in the history
  • Loading branch information
MP0w committed Sep 19, 2016
1 parent 675d5aa commit ea28d5b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Kakapo.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "Kakapo"
s.version = "0.1.0"
s.version = "0.2.0"
s.summary = "Dynamically Mock server behaviors and responses."

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

s.source_files = 'Source/**/*'

end

0 comments on commit ea28d5b

Please sign in to comment.