Files
JBChartView/GRMustache/6.2.0/GRMustache.podspec
T
2013-01-27 15:01:27 +01:00

14 lines
589 B
Ruby

Pod::Spec.new do |s|
s.name = 'GRMustache'
s.version = '6.2.0'
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.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