diff --git a/CTidy/0.3.0/CTidy.podspec b/CTidy/0.3.0/CTidy.podspec new file mode 100644 index 00000000000000..957ff96b7628d5 --- /dev/null +++ b/CTidy/0.3.0/CTidy.podspec @@ -0,0 +1,10 @@ +Pod::Spec.new do |s| + s.name = 'CTidy' + s.version = '0.3.0' + 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 => 'git://github.com/siuying/CTidy.git', :tag => '0.3.0' } + s.source_files = 'CTidy/CTidy.{h,m}', 'libtidy/**/*.{c,h}' +end \ No newline at end of file