AlamofireObjectMapper
AlamofireObjectMapper copied to clipboard
Alamofire 5
Hello. Thank you for AlamofireObjectMapper. In this pull request I replaced Alamofire 5.0.0-rc3 with Alamofire 5.
@tristanhimmelman Could you please review this?
@RomanPodymov This library is abandoned. Anyone who wants this fix, just replace your pod with:
pod 'AlamofireObjectMapper', :git => 'https://github.com/T-Pro/AlamofireObjectMapper.git', :branch => 'master'
@RomanPodymov You forgot to update your podspec.
@RomanPodymov You forgot to update your podspec.
Hello @ppamorim
Alamofire 5.0.4 will be installed even with s.dependency 'Alamofire', '~> 5.0.0'
.
@RomanPodymov I was getting error on my side.
@RomanPodymov I was getting error on my side.
@ppamorim What error do you get?
@RomanPodymov It was saying that it was using the dependency 5.0.0, even doing pod repo update
and pod update
. But now it's working after I sync with my branch and then with ours after. Probably it was the cache.
Hi @tristanhimmelman Any update on getting this PR merged?
@ppamorim is this library confirmed abandoned by @tristanhimmelman ?
@RomanPodymov Alamofire 5.1 has been released, you have to fix/update your podspec
@RomanPodymov not sure why you use "~> 5.1.0" (locking to 5.1.x) instead of "~> 5.1"
@RomanPodymov not sure why you use "~> 5.1.0" (locking to 5.1.x) instead of "~> 5.1"
I was not sure if Alamofire 5.0 and Alamofire 5.1 have the same public API.
SPM ready for object mapper and Codable AF5 https://github.com/borisdipner/AlamofireObjecter