Closed tristanhimmelman closed 8 years ago
Hey, I'm trying this branch and, shouldn't the .podspec use the 2.0 version of ObjectMapper?
.podspec
2.0
ObjectMapper
s.dependency 'ObjectMapper', '~> 1.0' should be s.dependency 'ObjectMapper', '~> 2.0'
s.dependency 'ObjectMapper', '~> 1.0'
s.dependency 'ObjectMapper', '~> 2.0'
right? I opened a PR https://github.com/tristanhimmelman/AlamofireObjectMapper/pull/153 which commit may be added to this PR
Cheers!
Hey, I'm trying this branch and, shouldn't the
.podspec
use the2.0
version ofObjectMapper
?s.dependency 'ObjectMapper', '~> 1.0'
should bes.dependency 'ObjectMapper', '~> 2.0'
right? I opened a PR https://github.com/tristanhimmelman/AlamofireObjectMapper/pull/153 which commit may be added to this PR
Cheers!