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

Expose a CocoaPods plugin #21

Closed
kylef opened this issue Aug 12, 2014 · 4 comments · Fixed by #25
Closed

Expose a CocoaPods plugin #21

kylef opened this issue Aug 12, 2014 · 4 comments · Fixed by #25

Comments

@kylef
Copy link
Contributor

kylef commented Aug 12, 2014

Once CocoaPods/CocoaPods#1755 is merged, we can use the post-install hook to enable the settings and user's wont need to add the following the their Podfile's:

begin
  require 'slather'
  Slather.prepare_pods(self)
rescue LoadError
  puts 'Slather has been disabled (not installed).'
end
@marklarr
Copy link
Contributor

Sweeeeet!

@kylef
Copy link
Contributor Author

kylef commented Sep 18, 2014

Just FYI, I have a work in progress version of this. Going to have to tweak the CocoaPods plugin hook a little bit but this should be ready for 0.34.0 final release.

@marklarr
Copy link
Contributor

You're the best, @kylef!

@ayanonagon
Copy link
Contributor

This is so awesome. 😻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants