tristanhimmelman / AlamofireObjectMapper

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

podspec: s.dependency 'AlamofireObjectMapper' #277

Open yanganggithub opened 5 years ago

yanganggithub commented 5 years ago

when I use pod lib lint. it reported: NOTE | xcodebuild: error: SWIFT_VERSION '5.0' is unsupported, supported versions are: 3.0, 4.0, 4.2. (in target 'ObjectMapper')

please resolve it in swift 4.2 ,How should I write.s.dependency 'AlamofireObjectMapper' which version can build success

tirrorex commented 5 years ago

@yanganggithub if you checked the podspec you could see that the library is not updated to swift 5 yet Related to other issues asking for a release :)

RomanPodymov commented 5 years ago

Hello @yanganggithub ObjectMapper 3.5.1 is written in Swift 5, did you try this version?