Skip to content

Instantly share code, notes, and snippets.

@waynezhang
Created August 3, 2018 07:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save waynezhang/52370b6ad99f6de77a54e97c220d7ebb to your computer and use it in GitHub Desktop.
Save waynezhang/52370b6ad99f6de77a54e97c220d7ebb to your computer and use it in GitHub Desktop.
temp podspec for LicensePlist
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