From 0751fa35c841a7e25123fc7ac75d3e968a209a70 Mon Sep 17 00:00:00 2001 From: captain9911 <765820548@qq.com> Date: Fri, 21 Jun 2019 01:28:42 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9podspec=EF=BC=8C=E6=BA=90?= =?UTF-8?q?=E7=A0=81=E6=8C=87=E5=90=911.4.2=E7=89=88=E6=9C=AC=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Aspects.podspec => CAPAspects.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename Aspects.podspec => CAPAspects.podspec (74%) diff --git a/Aspects.podspec b/CAPAspects.podspec similarity index 74% rename from Aspects.podspec rename to CAPAspects.podspec index b8190f0..124a3ca 100644 --- a/Aspects.podspec +++ b/CAPAspects.podspec @@ -1,13 +1,13 @@ Pod::Spec.new do |s| - s.name = "Aspects" - s.version = "1.4.1" + s.name = "CAPAspects" + s.version = "1.4.2" s.summary = "Delightful, simple library for aspect oriented programming." s.homepage = "https://github.com/steipete/Aspects" s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { "Peter Steinberger" => "steipete@gmail.com" } s.ios.deployment_target = '6.0' s.osx.deployment_target = '10.7' - s.source = { :git => "https://github.com/steipete/Aspects.git", :tag => "#{s.version}" } + s.source = { :git => "https://github.com/captain9911/Aspects.git", :tag => "#{s.version}" } s.source_files = 'Aspects.{h,m}' s.requires_arc = true; s.social_media_url = "https://twitter.com/steipete"