From 2d48227c359b71be057fe9fd403ff791e5322b32 Mon Sep 17 00:00:00 2001 From: Ray Migneco Date: Mon, 5 Apr 2021 04:28:39 -0400 Subject: [PATCH] Update pod spec to latest tag (#24) Would like to access code from `0.0.2` via CocoaPods --- InterposeKit.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/InterposeKit.podspec b/InterposeKit.podspec index 1cf610e..73be863 100644 --- a/InterposeKit.podspec +++ b/InterposeKit.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'InterposeKit' - s.version = '0.0.1' + s.version = '0.0.2' s.summary = 'A modern library to swizzle elegantly in Swift.' s.homepage = 'https://github.com/steipete/InterposeKit' s.source = { :git => s.homepage + '.git', :tag => s.version } @@ -13,4 +13,4 @@ Pod::Spec.new do |s| s.osx.deployment_target = '10.13' s.tvos.deployment_target = '11.0' s.watchos.deployment_target = '5.0' -end \ No newline at end of file +end