Skip to content

Commit

Permalink
[Add] cdebug
Browse files Browse the repository at this point in the history
cdebug is c/objc debug macro collection
  • Loading branch information
youknowone committed Oct 22, 2012
1 parent 963289b commit 0733ec9
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions cdebug/0.1/cdebug.podspec
@@ -0,0 +1,22 @@
Pod::Spec.new do |s|
s.name = "cdebug"
s.version = "0.1"
s.summary = "Debug macro collection for c/objc."
s.description = <<-DESC
Debug macro collections.
Append file, line, time to macro
* dprintf as printf/NSLog wrapper
* dassert as asssert wrapper
* dlog for conditional dprintf
* dassertlog for assertion after log
* Everythings are activated when debug mode only
DESC
s.homepage = "https://github.com/youknowone/cdebug"

s.license = { :type => '2-clause BSD', :file => 'LICENSE' }
s.author = { "Jeong YunWon" => "jeong@youknowone.org" }
s.source = { :git => "https://github.com/youknowone/cdebug.git", :tag => "pod-0.1" }

s.source_files = 'debug.h', 'supports/pod.m'
end

0 comments on commit 0733ec9

Please sign in to comment.