evermeer / AlamofireJsonToObjects

An Alamofire extension which converts JSON response data into swift objects using EVReflection
Other
161 stars 28 forks source link

Problems after updating the pod and to Swift4 #43

Closed Dbigshooter closed 6 years ago

Dbigshooter commented 6 years ago

After updating the pod and to Swift 4, image below shows:

screen shot 2018-03-22 at 18 57 17
evermeer commented 6 years ago

As you can see at the top in the readme you should switch to:

pod 'EVReflection/Alamofire'

Functionally it's identical. AlamofireJsonToObjects is not maintained anymore. Updates and fixes are only in EVReflection. AlamofireJsonToObjects is not available for swift 4.

This was done so that there is always a consistent version where all variants will always be checked in the unit tests.