From f63b0f7e8a4a9447be9fac71b36556db21e311fe Mon Sep 17 00:00:00 2001 From: Mathijs Bernson Date: Mon, 27 Jan 2020 11:23:44 +0100 Subject: [PATCH] Release 0.0.1 --- Salad.podspec | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/Salad.podspec b/Salad.podspec index b9f4ffc..966bf78 100644 --- a/Salad.podspec +++ b/Salad.podspec @@ -1,18 +1,7 @@ -# -# Be sure to run `pod lib lint SaladTest.podspec' to ensure this is a -# valid spec before submitting. -# -# Any lines starting with a # are optional, but their use is encouraged -# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html -# - Pod::Spec.new do |s| s.name = 'Salad' - s.version = '0.1.0' + s.version = '0.0.1' s.summary = 'Lightweight cucumber style UI tests for iOS.' - s.description = <<-DESC - Lightweight cucumber style UI tests for iOS. - DESC s.homepage = 'https://github.com/Q42/Salad' s.license = { :type => 'MIT', :file => 'LICENSE' }