Closed richardtop closed 7 years ago
how can i use swift 4 branch? in pods im getting swift 3 version. i want to add swift 4 brach to my project.
@DavidKababyan check out this guide: https://stackoverflow.com/questions/39930664/how-to-install-a-pod-from-a-specific-branch
@richardtop thanks, swift4 branch has been merged to master now
Given Swift4 is now mainstream, its a good idea to make
swift4
a default branch. Those, who not migrated could use aswift3
version.