Skip to content

Instantly share code, notes, and snippets.

@hellopatrick
Created February 25, 2012 20:05
Show Gist options
  • Save hellopatrick/1910363 to your computer and use it in GitHub Desktop.
Save hellopatrick/1910363 to your computer and use it in GitHub Desktop.
GRMustache.podspec
Pod::Spec.new do |s|
s.name = 'GRMustache'
s.version = '1.11.2'
s.license = 'MIT'
s.summary = 'Objective-C implementation of the {{ mustache }} template engine, for both MacOS Cocoa and iOS. '
s.homepage = 'https://github.com/groue/GRMustache'
s.author = { 'Gwendal Roué' => '' }
s.source = { :git => 'https://github.com/groue/GRMustache.git', :tag => '1.11.2' }
s.description = 'GRMustache is an Objective-C implementation of the Mustache logic-less template engine. GRMustache has MacOS 10.6+, iPhoneOS 3.0, iOS 4.0+ support.'
s.source_files = 'Classes/*.{h,m}'
s.clean_paths = "lib", "Libs", "Scripts", "Tests", "include", "Makefile", "TODO.txt", "GRMustache1-ios.xcodeproj", "GRMustache1-macosx.xcodeproj"
s.dependency 'JRSwizzle', :podspec => "https://raw.github.com/gist/1910020/7245cfb2b42caf49f44b326f264bb3eaa8446903/JRSwizzle.podspec"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment