From 057d0e9e6eb6cc588f8fe418e902d9c6c2fab747 Mon Sep 17 00:00:00 2001 From: Brandon Erbschloe Date: Wed, 22 Nov 2017 12:57:33 -0600 Subject: [PATCH] Updated Pod Spec --- Squidward.podspec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Squidward.podspec b/Squidward.podspec index 58c36ac..1e44746 100644 --- a/Squidward.podspec +++ b/Squidward.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = "Squidward" - s.version = "1.0.0" + s.version = "1.1.0" s.summary = "Squidward is an iOS framework that reduces the plumbing required for creating constraints in code using auto layout." s.homepage = "https://github.com/QuarkWorks/Squidward" s.license = "MIT" s.author = "QuarkWorks" - s.platform = :ios, "11.0" - s.source = { :git => "https://github.com/QuarkWorks/Squidward.git", :tag => "1.0.0" } + s.platform = :ios, "10.3" + s.source = { :git => "https://github.com/QuarkWorks/Squidward.git", :tag => "1.1.0" } s.source_files = "Squidward", "Source/*.{h,m,swift}" -end \ No newline at end of file +end