From c2a343f72e19443877d64182a66ece929f3a5288 Mon Sep 17 00:00:00 2001 From: John Sundell Date: Fri, 7 Apr 2017 18:38:50 +0200 Subject: [PATCH] Fill in Podspec --- Require.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Require.podspec b/Require.podspec index 357eac5..d616583 100644 --- a/Require.podspec +++ b/Require.podspec @@ -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" }