Skip to content

Commit

Permalink
[Update] GRMustache 6.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
groue committed Mar 2, 2013
1 parent 2e5ca1f commit 491d9a1
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions GRMustache/6.4.1/GRMustache.podspec
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'GRMustache'
s.version = '6.4.1'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.summary = 'Flexible and production-ready Mustache templates for MacOS Cocoa and iOS.'
s.homepage = 'https://github.com/groue/GRMustache'
s.author = { 'Gwendal Roué' => 'gr@pierlis.com' }
s.source = { :git => 'https://github.com/groue/GRMustache.git', :tag => 'v6.4.1' }
s.source_files = 'src/classes'
s.public_header_files = FileList['src/classes/*.h'].exclude(/_private/)
s.framework = 'Foundation'
s.dependency 'JRSwizzle', '~> 1.0'
end

0 comments on commit 491d9a1

Please sign in to comment.