Skip to content

Commit

Permalink
Merge pull request #6 from anova-culinary/master
Browse files Browse the repository at this point in the history
Update CedarAsync.podspec
  • Loading branch information
nertzy committed Jul 18, 2016
2 parents b6097a2 + e29ec86 commit 7cce7e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CedarAsync.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Pod::Spec.new do |s|
s.name = "CedarAsync"
s.version = "0.0.1"
s.summary = "asynchronous testing for Cedar (and others)."
s.description = "CedarAsync lets you use [Cedar](http://github.com/pivotal/cedar) matchers to \ntest asynchronous code. This becomes useful when writing intergration tests \nrather than plain unit tests. (CedarAsync only supports Cedar's should syntax.)",
s.description = "CedarAsync lets you use [Cedar](http://github.com/pivotal/cedar) matchers to \ntest asynchronous code. This becomes useful when writing intergration tests \nrather than plain unit tests. (CedarAsync only supports Cedar's should syntax.)"
s.homepage = "https://github.com/cppforlife/CedarAsync"
s.license = { :type => "MIT", :text => "LICENSE" }
s.author = { "Dmitriy Kalinin" => "email@address.com" }
Expand Down

0 comments on commit 7cce7e5

Please sign in to comment.