cbess / CBIntrospector

Visual Debugging Tool. Compatible with the desktop app, View Introspector. Simply, it's a UIView hierarchy viewer library.
MIT License
160 stars 21 forks source link

CocoaPods support #3

Closed cbess closed 11 years ago

cbess commented 11 years ago

Add support for CocoaPods.

calimarkus commented 11 years ago

Please add it! I rewrote the original Instrospector pod spec to match your repo. Just change your mail address.

Pod::Spec.new do |s| s.name = 'CBIntrospect' 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. Communicating with CBIntrospector.' s.homepage = 'https://github.com/cbess/CBIntrospector' s.author = { 'Christopher Bess' => '???' } s.source = { :git => 'https://github.com/cbess/CBIntrospector', :commit => "dba477a539924044d6e998ee645da3f9c10c3f79" } s.source_files = 'CBIntrospect' s.frameworks = 'QuartzCore' s.compiler_flags = '-DDEBUG=1' end

cbess commented 11 years ago

Thanks! I'll update the repos this weekend.

calimarkus commented 11 years ago

Great thx. will you put introspec and introspector in separate pods? thats how i would do it.

sent from my iPhone.

Am 10.01.2013 um 18:59 schrieb "C. Bess" notifications@github.com:

Thanks! I'll update the repos this weekend.

— Reply to this email directly or view it on GitHubhttps://github.com/cbess/CBIntrospector/issues/3#issuecomment-12109843.

cbess commented 11 years ago

Welcome. Yep, one of the goals was to move the desktop app out of this repos. I'll make time for it this week end.

calimarkus commented 11 years ago

well you dont need a seperate repo to have two seperate pods. but either way is fine!

sent from my iPhone.

Am 10.01.2013 um 19:15 schrieb "C. Bess" notifications@github.com:

Welcome. Yep, one of the goals was to move the desktop app out of this repos. I'll make time for it this week end.

— Reply to this email directly or view it on GitHubhttps://github.com/cbess/CBIntrospector/issues/3#issuecomment-12110618.

cbess commented 11 years ago

Done in e32f49a

I have been wanting to move the desktop app source to another repository for a while. This was a good excuse to do it.

Thanks for the "push" and reminder.

cbess commented 11 years ago

I haven't done a podspec before, so please let me know if I missed anything.

cbess commented 11 years ago

Pull request: https://github.com/CocoaPods/Specs/pull/1021