
ImageRow has been removed from Eureka in the latest version. This is because it requires specific entries in the Info.plist of your project.
You can add it from EurekaCommunity/ImageRow as a separate Pod. (pod 'ImageRow', '~> 1.0')
@mats-claassen is it possible to add it as a Pod? I tried, but it conflicts with the Eureka pod version 3.0.0 as it requires ~> 2.0.0-beta.1
Most helpful comment
ImageRowhas been removed from Eureka in the latest version. This is because it requires specific entries in the Info.plist of your project.You can add it from EurekaCommunity/ImageRow as a separate Pod. (
pod 'ImageRow', '~> 1.0')