Skip to content

Commit

Permalink
Add CTidy 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
siuying committed Jul 20, 2012
1 parent acd69b5 commit afdd22a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions 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

0 comments on commit afdd22a

Please sign in to comment.