Created
August 3, 2018 07:26
-
-
Save waynezhang/52370b6ad99f6de77a54e97c220d7ebb to your computer and use it in GitHub Desktop.
temp podspec for LicensePlist
This file contains hidden or 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
Pod::Spec.new do |s| | |
s.name = 'LicensePlist' | |
s.version = '1.8.3.1' | |
s.summary = 'A license list generator of all your dependencies for iOS applications' | |
s.homepage = 'https://github.com/waynezhang/LicensePlist' | |
s.license = { :type => 'MIT', :file => 'LICENSE' } | |
s.author = 'Masayuki Ono' | |
s.source = { :http => "#{s.homepage}/releases/download/#{s.version}/portable_licenseplist.zip" } | |
s.preserve_paths = '*' | |
s.exclude_files = '**/file.zip' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment