evermeer / AlamofireJsonToObjects

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

Compiling for iOS 8.0, but module 'Alamofire' has a minimum deployment target of iOS 10.0 #44

Closed pramodshukla1011 closed 1 month ago

pramodshukla1011 commented 4 years ago

Both AlamofireJsonToObjects and AlamofireXmlToObjects are moved into EVReflection. You can use these by puting this in your podfile:

pod 'EVReflection/Alamofire'

There are now also sub specs for Moya, RxSwift and ReactiveSwift