Files
JBChartView/DCIntrospect/0.0.2/DCIntrospect.podspec
T
2012-07-20 11:00:48 +02:00

13 lines
591 B
Ruby

Pod::Spec.new do |s|
s.name = 'DCIntrospect'
s.version = '0.0.2'
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 => 'https://github.com/domesticcatsoftware/DCIntrospect.git', :commit => "9555122e94e0f61375e5b375b906b81d6d5b1e6e" }
s.source_files = 'DCIntrospect'
s.frameworks = 'QuartzCore'
s.compiler_flags = '-DDEBUG=1'
end