Skip to content

Commit

Permalink
Fill in Podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnSundell committed Apr 7, 2017
1 parent 06bfd42 commit c2a343f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Require.podspec
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Pod::Spec.new do |s|
s.name = "Require"
s.version = "0.1"
s.summary = ""
s.version = "1.0.0"
s.summary = "Require optional values to be non-nil, or crash gracefully"
s.description = <<-DESC
Your description here.
Require optional values to be non-nil, or crash gracefully
DESC
s.homepage = "https://github.com/johnsundell/require"
s.license = { :type => "MIT", :file => "LICENSE" }
Expand Down

0 comments on commit c2a343f

Please sign in to comment.