Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekhoo committed Oct 18, 2015
1 parent da8d614 commit 396ac56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CommandBus.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "CommandBus"
s.version = "0.0.2"
s.version = "0.0.3"
s.summary = "CommandBus is a light weight Command Bus implementation written in Swift"

s.description = "CommandBus is a light weight Command Bus implementation written in Swift. You can use it in order to facilitate your Command pattern implementation. It's also recommanded to use this pattern in a Domain Driven Design achitecture."
Expand Down

0 comments on commit 396ac56

Please sign in to comment.