EurekaCommunity / ViewRow

ViewRow is a Eureka row that allows you to display any UIView (or UIView sunclass) within a Eureka row. Views can be created in code or loaded from nib files.
MIT License
77 stars 16 forks source link

Can't find on Cocoapods #4

Open MaG21 opened 6 years ago

MaG21 commented 6 years ago

I'm unable to find or install ViewRow through Cocoapods.

While it can be done, manually specifying the repository inside Podfile:

pod 'ViewRow', :git => 'https://github.com/EurekaCommunity/ViewRow.git'

It may be better if this logic is left out to the developers of this repo.