SlatherOrg / slather

Generate test coverage reports for Xcode projects & hook it into CI.
MIT License
1.55k stars 235 forks source link

Install using podfile #331

Open elbertvaldian opened 7 years ago

elbertvaldian commented 7 years ago

Hi, can I install it using cocoapod? I tried to add this line pod 'slather' in podfile, then run pod install but I got error "Unable to find a specification for slather". Thanks!

vermont42 commented 7 years ago

I understand that Slather is a Ruby program that runs on the command line. CocoaPods is used to install Swift and Objective-C dependencies for Xcode projects. So I believe that you cannot use CocoaPods to install Slather.

crsantos commented 6 years ago

You can use it as a plugin: check docs here