Objectmapper: CocoaPods specs not up to date

Created on 29 Oct 2018  路  3Comments  路  Source: tristanhimmelman/ObjectMapper

Looks like the latest version (v3.4.0) is not yet available on CocoaPods?

https://github.com/CocoaPods/Specs/tree/master/Specs/c/a/d/ObjectMapper

Most helpful comment

Same problem here. Had to point directly to master branch in git repo.
pod 'ObjectMapper', :git => 'https://github.com/tristanhimmelman/ObjectMapper.git', :branch => 'master'

All 3 comments

Yes, I have the same problem.

Same problem here. Had to point directly to master branch in git repo.
pod 'ObjectMapper', :git => 'https://github.com/tristanhimmelman/ObjectMapper.git', :branch => 'master'

I was having an issue with the current version of Cocoapods cli that was preventing me from pushing a new version. I have resolved that now. v3.4.1 is now available on Cocoapods

Was this page helpful?
0 / 5 - 0 ratings

Related issues

delbyze picture delbyze  路  3Comments

nearspears picture nearspears  路  4Comments

borut-t picture borut-t  路  4Comments

pcompassion picture pcompassion  路  3Comments

zhengying picture zhengying  路  4Comments