tristanhimmelman / ObjectMapper

Simple JSON Object mapping written in Swift
MIT License
9.15k stars 1.03k forks source link

CocoaPods specs not up to date #1025

Closed amg1976 closed 5 years ago

amg1976 commented 6 years ago

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

YiYiZheng commented 6 years ago

Yes, I have the same problem.

jbaez commented 6 years ago

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

tristanhimmelman commented 5 years ago

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