tristanhimmelman / AlamofireObjectMapper

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

Use swift version DSL #240

Closed fuxx closed 6 years ago

fuxx commented 6 years ago

Since CocoaPod 1.4.0 a new property has been introduced which sets the correct swift version in a project. That means that CocoaPod is now handling what ever has to be done in the project to set the correct compiler version.

Maybe at some point you may want to create a version including this new property :)