When will there be swift 4 support?
I'm also interesting about that, any info about Swift 4 support would be great. Thanks
Any idea?
Hey there, I just pushed up a new branch called swift-4. Please let me know if you come across any issues. I had to add some special handling for Float types as it seems they can no longer be casted from Any as they could previously.
Hey, how do i get this swift 4 update?
Codable is the way to go w/swift 4.
...but that's not an answer to the swift 4 question.
@tristanhimmelman I appreciate the swift-4 branch, but I have pods using ObjectMapper as dependency, and since .podspec doesn't allow ":git" / ":branch" tags, I can't reference the new branch.
Is there any ETA when the swift-4 branch gets released on cocoa pods?
The swift 4 branch has now been merged and released
Most helpful comment
Hey there, I just pushed up a new branch called
swift-4. Please let me know if you come across any issues. I had to add some special handling for Float types as it seems they can no longer be casted from Any as they could previously.