Skip to content

Commit

Permalink
upversion
Browse files Browse the repository at this point in the history
  • Loading branch information
rickbdotcom committed Sep 9, 2017
1 parent 298f870 commit 9e1b40b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
2 changes: 1 addition & 1 deletion ExtraKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
16 changes: 5 additions & 11 deletions ExtraKitAppEx.podspec → ExtraKitScripts.podspec
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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' => '[email protected]' }
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


0 comments on commit 9e1b40b

Please sign in to comment.