Skip to content

Instantly share code, notes, and snippets.

@bosmacs
Created January 18, 2013 00:54
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 bosmacs/4561371 to your computer and use it in GitHub Desktop.
Save bosmacs/4561371 to your computer and use it in GitHub Desktop.
OpenCTM podspec
Pod::Spec.new do |s|
s.name = "openctm"
s.version = "1.0.3"
s.summary = "Library for reading/writing compressed triangle mesh (CTM) files."
s.homepage = "http://openctm.sourceforge.net"
s.license = "zlib/libpng"
s.author = {"Marcus Geelnard" => "marcus256@users.sourceforge.net"}
s.source = {:http => "http://downloads.sourceforge.net/project/openctm/OpenCTM-#{s.version}/OpenCTM-#{s.version}-src.tar.bz2"}
s.source_files = "lib/**/*.{h,c}"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment