Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CBIntrospect from 0.3.2 to 0.3.3 #1617

Merged
merged 2 commits into from Mar 28, 2013
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 16 additions & 0 deletions CBIntrospect/0.3.3/CBIntrospect.podspec
@@ -0,0 +1,16 @@
Pod::Spec.new do |s|
s.name = 'CBIntrospect'
s.version = '0.3.3'
s.summary = 'Introspect is a tool for iOS that aids in debugging user interfaces built with UIKit. Communicates with View Introspector, a desktop app.'
s.homepage = 'https://github.com/cbess/CBIntrospector'

s.license = 'MIT'
s.author = { 'Christopher Bess' => 'cbess@quantumquinn.com' }
s.source = { :git => 'https://github.com/cbess/CBIntrospector.git', :tag => 'v0.3.3' }

s.platform = :ios
s.requires_arc = false
s.source_files = 'CBIntrospect/*.{h,m}'
s.frameworks = 'QuartzCore'
s.dependency 'JSONKit', '1.5pre'
end