Skip to content

Commit

Permalink
v0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tmandry committed Nov 17, 2018
1 parent a54dc3f commit 6108e95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Swindler.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'Swindler'
s.version = '0.0.1'
s.version = '0.0.2'
s.summary = 'macOS window management framework, written in Swift'

# This description is used to generate tags and improve search results.
Expand Down Expand Up @@ -28,7 +28,7 @@ Pod::Spec.new do |s|

s.platform = :osx, '10.10'

s.source = { git: 'https://github.com/tmandry/Swindler.git', branch: 'master' }
s.source = { git: 'https://github.com/tmandry/Swindler.git', tag: s.version.to_s }

s.source_files = 'Sources', 'Sources/**/*.{h,swift}'

Expand Down

0 comments on commit 6108e95

Please sign in to comment.