Created
January 18, 2013 00:54
-
-
Save bosmacs/4561371 to your computer and use it in GitHub Desktop.
OpenCTM podspec
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
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" => "[email protected]"} | |
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