Skip to content

Instantly share code, notes, and snippets.

@shsteven
Created March 31, 2017 02:32
Show Gist options
  • Save shsteven/d67ca5225d4d3023d8fcb1dd89fba4d6 to your computer and use it in GitHub Desktop.
Save shsteven/d67ca5225d4d3023d8fcb1dd89fba4d6 to your computer and use it in GitHub Desktop.
This podspec is used to include license attribution for Draco
# This podspec is used to include license attribution for Draco
Pod::Spec.new do |s|
s.name = 'Draco'
s.version = '0.9.0'
s.summary = 'Draco is a library for compressing and decompressing 3D geometric meshes and point clouds. It is intended to improve the storage and transmission of 3D graphics.'
s.homepage = 'https://github.com/google/draco'
s.license = { :type => 'Apache2', :file => 'LICENSE' }
s.author = 'Google Inc'
s.source = { :git => 'https://github.com/google/draco.git', :branch => 'master' }
s.ios.deployment_target = '9.0'
s.preserve_path = 'LICENSE'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment