Skip to content

Commit

Permalink
[Update] GRMustache 4.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
groue committed Aug 30, 2012
1 parent 0468c86 commit 0810d59
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions GRMustache/4.3.3/GRMustache.podspec
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'GRMustache'
s.version = '4.3.3'
s.license = 'MIT'
s.summary = '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 => 'v4.3.3' }
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 0810d59

Please sign in to comment.