Skip to content

Commit

Permalink
Added spec for DCIntrospect
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeredpath committed Feb 8, 2012
1 parent 1340db7 commit 2997237
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions DCIntrospect/0.0.1/DCIntrospect.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Pod::Spec.new do |s|
s.name = 'DCIntrospect'
s.version = '0.0.1'
s.license = 'MIT'
s.summary = 'Introspect is small set of tools for iOS that aid in debugging user interfaces built with UIKit.'
s.homepage = 'https://github.com/domesticcatsoftware/DCIntrospect'
s.author = { 'Patrick Richards' => 'contact@domesticcat.com.au' }
s.source = { :git => 'git://github.com/domesticcatsoftware/DCIntrospect.git', :commit => "3ef2c10710f007b6d699c2a0b996ce1e3a79bde0" }
s.source_files = 'DCIntrospect'
s.framework = 'QuartzCore'
s.clean_paths = 'DCIntrospectDemo'
end

0 comments on commit 2997237

Please sign in to comment.