Pod::Spec.new do |s| s.name = 'CTidy' s.version = '0.3.1' s.license = 'Simplified BSD License' s.summary = "libtidy Objective-C wrapper." s.homepage = 'https://github.com/siuying/CTidy' s.author = { 'Francis Chong' => 'francis@ignition.hk' } s.source = { :git => 'https://github.com/siuying/CTidy.git', :tag => '0.3.1' } s.source_files = 'CTidy/CTidy.{h,m}', 'libtidy/**/*.{c,h}' end