Skip to content

Commit

Permalink
update Result
Browse files Browse the repository at this point in the history
  • Loading branch information
nickvelloff committed Jun 28, 2016
1 parent 3eac29e commit 46c70e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "antitypical/Result" ~> 2.0.0
github "antitypical/Result" ~> 2.1.0
github "thoughtbot/Argo" ~> 3.0.0
4 changes: 2 additions & 2 deletions Swish.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'Swish'
spec.version = '1.0.0'
spec.version = '1.0.1'
spec.summary = 'Nothing but net(working)'
spec.homepage = 'https://github.com/thoughtbot/Swish'
spec.license = { :type => 'MIT', :file => 'LICENSE' }
Expand All @@ -14,7 +14,7 @@ Pod::Spec.new do |spec|
spec.source_files = 'Source/**/*.{h,swift}'

spec.dependency 'Argo', '~> 3.0.0'
spec.dependency 'Result', '~> 2.0.0'
spec.dependency 'Result', '~> 2.1.0'

spec.requires_arc = true

Expand Down

0 comments on commit 46c70e4

Please sign in to comment.