Skip to content

Commit

Permalink
[Update] GRMustache 5.1.0, 5.2.0, 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
groue committed Sep 26, 2012
1 parent 7db0e58 commit 9101a80
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
13 changes: 13 additions & 0 deletions GRMustache/5.1.0/GRMustache.podspec
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'GRMustache'
s.version = '5.1.0'
s.license = { :type => 'MIT', :file => 'LICENSE' }
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 => 'v5.1.0' }
s.source_files = 'src/classes'
s.public_header_files = FileList['src/classes/*.h'].exclude(/_private/)
s.framework = 'Foundation'
s.dependency 'JRSwizzle', '~> 1.0'
end
13 changes: 13 additions & 0 deletions GRMustache/5.2.0/GRMustache.podspec
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'GRMustache'
s.version = '5.2.0'
s.license = { :type => 'MIT', :file => 'LICENSE' }
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 => 'v5.2.0' }
s.source_files = 'src/classes'
s.public_header_files = FileList['src/classes/*.h'].exclude(/_private/)
s.framework = 'Foundation'
s.dependency 'JRSwizzle', '~> 1.0'
end
13 changes: 13 additions & 0 deletions GRMustache/5.3.0/GRMustache.podspec
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = 'GRMustache'
s.version = '5.3.0'
s.license = { :type => 'MIT', :file => 'LICENSE' }
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 => 'v5.3.0' }
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 9101a80

Please sign in to comment.