From 6108e95c93e3325026b8043b30b038164bf44287 Mon Sep 17 00:00:00 2001 From: Tyler Mandry Date: Sat, 17 Nov 2018 14:01:44 -0600 Subject: [PATCH] v0.0.2 --- Swindler.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Swindler.podspec b/Swindler.podspec index 4267e78..8606dd4 100644 --- a/Swindler.podspec +++ b/Swindler.podspec @@ -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. @@ -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}'