tristanhimmelman / AlamofireObjectMapper

An Alamofire extension which converts JSON response data into swift objects using ObjectMapper
MIT License
2.66k stars 474 forks source link

Use ObjectMapper 1.3.0 #100

Closed zellb closed 8 years ago

zellb commented 8 years ago

Currently when I install AlamofireObjectMapper by pod install it installs ObjectMapper 1.2.0 to my project. I want to use ObjectMapper 1.3.0. Is that possible?

tristanhimmelman commented 8 years ago

Hmm that's odd. When I run pod install it has been installing ObjectMapper 1.3.0.

The podspec has the following line: s.dependency 'ObjectMapper', '~> 1.0'

Which should install any version of ObjectMapper until 2.0.

Perhaps try pod update?