ryanolsonk / LLDB-QuickLook

Debugger commands to open images, views, and more using Quick Look.
MIT License
767 stars 30 forks source link

Add Podspec #1

Closed gfontenot closed 11 years ago

gfontenot commented 11 years ago

Add a podspec to simplify the install process. The first time, the developer will still have to make sure that the .lldbinit stuff is set up, but subsequent times, enabling this functionality will be as simple as including pod 'LLDBQuickLook' in their Podfile.

ryanolsonk commented 11 years ago

Excellent. Thanks for the contribution!

gfontenot commented 11 years ago

I should note that you'll need to add a tag for version 0.1, and also add this spec to the CocoaPods specs repo. More info can be found here: http://docs.cocoapods.org/guides/contributing_to_the_master_repo.html

ryanolsonk commented 11 years ago

Ok, I will take care of that later today.

ryanolsonk commented 10 years ago

The spec has now been added to the main repo.

gfontenot commented 10 years ago

Awesome news! Thanks, Ryan.