From 9e1b40b4e077baceb8d3bae2724d216632999a66 Mon Sep 17 00:00:00 2001 From: Richard Burgess Date: Sat, 9 Sep 2017 17:39:59 -0500 Subject: [PATCH] upversion --- ExtraKit.podspec | 2 +- ExtraKitAppEx.podspec => ExtraKitScripts.podspec | 16 +++++----------- 2 files changed, 6 insertions(+), 12 deletions(-) rename ExtraKitAppEx.podspec => ExtraKitScripts.podspec (50%) diff --git a/ExtraKit.podspec b/ExtraKit.podspec index 33d34e0..e1ff327 100644 --- a/ExtraKit.podspec +++ b/ExtraKit.podspec @@ -4,7 +4,7 @@ Pod::Spec.new do |s| s.name = 'ExtraKit' - s.version = '0.1.1' + s.version = '0.2.1' s.summary = 'A collection of useful Swift extensions.' s.description = <<-DESC TODO: Add long description of the pod here. diff --git a/ExtraKitAppEx.podspec b/ExtraKitScripts.podspec similarity index 50% rename from ExtraKitAppEx.podspec rename to ExtraKitScripts.podspec index a072de2..cd90a7a 100644 --- a/ExtraKitAppEx.podspec +++ b/ExtraKitScripts.podspec @@ -1,10 +1,10 @@ # -# Be sure to run `pod lib lint ExtraKitAppEx.podspec' to ensure this is a +# Be sure to run `pod lib lint ExtraKit.podspec' to ensure this is a # valid spec before submitting. Pod::Spec.new do |s| - s.name = 'ExtraKitAppEx' - s.version = '0.1.1' + s.name = 'ExtraKitScripts' + s.version = '0.2.1' s.summary = 'A collection of useful Swift extensions.' s.description = <<-DESC TODO: Add long description of the pod here. @@ -13,12 +13,6 @@ TODO: Add long description of the pod here. s.homepage = 'https://github.com/rickbdotcom/ExtraKit' s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { 'Richard Burgess' => 'rickb@rickb.com' } - s.source = { :git => 'https://github.com/rickbdotcom/ExtraKit.git', :tag => s.version.to_s } - - s.ios.deployment_target = '9.0' - s.module_name = 'ExtraKit' - s.source_files = 'ExtraKit/Classes/**/*' - s.pod_target_xcconfig = { 'OTHER_SWIFT_FLAGS' => '-DAPPEX' } + s.source = { :http => "#{s.homepage}/releases/download/#{s.version}/scripts.zip" } + s.exclude_files = '**/file.zip' end - -