Pod::Spec.new do |s| s.name = 'GRMustache' s.version = '4.1.1' 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é' => 'gr@pierlis.com' } s.source = { :git => 'https://github.com/groue/GRMustache.git', :tag => 'v4.1.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