When installing via cocoapods, xcode complains about old syntax right away. I compared the files that you get when you download a zip and the swift 3 changes are there in the download but not the pod.
There has not been a release that includes the Swift 3 changes, though they are on the master branch.
Until there is an updated release, you might consider updating your Podfile to use the master branch directly as is documented here: https://guides.cocoapods.org/syntax/podfile.html#pod
Awesome, thanks for the tip. I was trying to do just that!
@stephencelis maybe time to get a new version out? 0.11?
Manually pointing to the master branch in cocoapods worked perfectly.
use_frameworks!
pod 'SQLite.swift', :git => 'https://github.com/stephencelis/SQLite.swift'
Most helpful comment
There has not been a release that includes the Swift 3 changes, though they are on the master branch.
Until there is an updated release, you might consider updating your
Podfileto use themasterbranch directly as is documented here: https://guides.cocoapods.org/syntax/podfile.html#pod