-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
298f870
commit 9e1b40b
Showing
2 changed files
with
6 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
@@ -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 | ||
|
||
|