tristanhimmelman / AlamofireObjectMapper

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

Swift 3 #152

Closed tristanhimmelman closed 8 years ago

lluisgerard commented 8 years ago

Hey, I'm trying this branch and, shouldn't the .podspec use the 2.0 version of ObjectMapper?

s.dependency 'ObjectMapper', '~> 1.0' should be 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!