demetrio812 / EurekaSwiftValidatorComponents

Eureka custom inline rows supporting SwiftValidator
MIT License
15 stars 5 forks source link

Latest cocoa pods doesn't support link_with #1

Closed abelondev closed 8 years ago

abelondev commented 8 years ago

Probably It should be

target 'Examples' do pod 'Eureka' pod 'SwiftValidator', '3.0.3' end

project 'Examples.xcodeproj'

demetrio812 commented 8 years ago

Hello @abelondev, thanks for the comment, the latest release is the 0.39.0 as the 1.0 is still in beta. As soon as they release version 1.0 I will change the Podfile.

Thanks again, Dem

abelondev commented 8 years ago

I just can’t build without changing. So this API is deprecated (recommended not to use for now)

On Mar 13, 2016, at 4:09 PM, Demetrio Filocamo notifications@github.com wrote:

Hello @abelondev https://github.com/abelondev, thanks for the comment, the latest release is the 0.39.0 as the 1.0 is still in beta. As soon as they release version 1.0 I will change the Podfile.

Thanks again, Dem

— Reply to this email directly or view it on GitHub https://github.com/demetrio812/EurekaSwiftValidatorComponents/issues/1#issuecomment-196079315.

demetrio812 commented 8 years ago

What cocoapods version are you using? You are probably using the 1.0.beta5 that is a pre-release. With the latest release (0.39.0) that Podfile will not run. As I said, I'm waiting for the 1.0 to be released in order to change the Podfile, in the meantime you can change it manually if you want to test the Examples project (that Podfile is only needed for the Examples)

Thanks, Dem

skrosoft commented 8 years ago

Cocoapods 1.0 is ready ;)

demetrio812 commented 8 years ago

Just pushed the new Podfile