From 70c5772c2ce84613ba539cb122e4065a9e33db5b Mon Sep 17 00:00:00 2001 From: Andy Kim Date: Thu, 9 Jul 2020 22:14:25 +0900 Subject: [PATCH] Update podspec --- LetsMove.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/LetsMove.podspec b/LetsMove.podspec index c7be4cc..9db006c 100644 --- a/LetsMove.podspec +++ b/LetsMove.podspec @@ -1,16 +1,16 @@ Pod::Spec.new do |s| s.name = "LetsMove" - s.version = "1.24" + s.version = "1.25" s.summary = "Moves a running Mac application to the /Applications directory." s.homepage = "https://github.com/potionfactory/LetsMove/" s.license = 'Public Domain' - s.author = { "Andy Kim" => "andy@potionfactory.com" } + s.author = { "Andy Kim" => "andy@karelia.com" } s.platform = :osx, '10.6' s.source = { :git => "https://github.com/potionfactory/LetsMove.git", - :tag => "v1.24" + :tag => "v1.25" } s.source_files = '*.{h,m}'