tristanhimmelman / AlamofireObjectMapper

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

responseObject function missing #272

Closed nitishmaropost closed 5 years ago

nitishmaropost commented 5 years ago

Using the pods :

pod 'Alamofire', '~> 5.0.0-beta.5'
pod 'AlamofireObjectMapper', '~> 6.0.0'

responseObject function is missing. How to map my local object with JSON ?