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

Implement a CocoaPods plugin #25

Merged
merged 1 commit into from
Oct 7, 2014
Merged

Implement a CocoaPods plugin #25

merged 1 commit into from
Oct 7, 2014

Conversation

kylef
Copy link
Contributor

@kylef kylef commented Oct 4, 2014

Closes #21

@kylef
Copy link
Contributor Author

kylef commented Oct 4, 2014

Not ready for merge yet, need to add one thing*.

@kylef
Copy link
Contributor Author

kylef commented Oct 4, 2014

Okay all good now for a merge @marklarr

@@ -0,0 +1,10 @@
require 'slather'

Pod::HooksManager.register(:post_install) do |installer_context|
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So, as long as someone has slather installed, this will run after a pod install?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, that's right

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That is super awesome!

@marklarr
Copy link
Contributor

marklarr commented Oct 4, 2014

The travis build for 2.1.1 is failing for some reason.. looks similar to this error travis-ci/travis-ci#2793

marklarr added a commit that referenced this pull request Oct 7, 2014
Implement a CocoaPods plugin
@marklarr marklarr merged commit 9b15d4a into SlatherOrg:master Oct 7, 2014
@kylef kylef deleted the plugin branch October 7, 2014 18:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expose a CocoaPods plugin
2 participants