tristanhimmelman / AlamofireObjectMapper

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

Can not able to install version 6.2.0 using cocopod #307

Closed samir76Git closed 4 years ago

samir76Git commented 4 years ago

Screenshot 2020-06-01 at 6 13 50 PM

RomanPodymov commented 4 years ago

Hello @samir76Git AlamofireObjectMapper 6.2.0 requires iOS 10.0. Please check the minimum deployment target in your project.

samir76Git commented 4 years ago

in my profile.pod file deployment target less than iOS 10. now it's working.

Thanks @RomanPodymov