Skip to content

Commit

Permalink
Update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
andypotion committed Jul 9, 2020
1 parent 4941188 commit 70c5772
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions LetsMove.podspec
Original file line number Diff line number Diff line change
@@ -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}'
Expand Down

0 comments on commit 70c5772

Please sign in to comment.