OneTimePassword is the last of the dependencies we use at my company to show up in the "Migrate to Swift 5" list in Xcode. The necessary changes to add Swift 5 conformance boil down to two small #if swift(>= 5.0) sections and the declaration of version compatibiliy in the .podspec via the new s.swift_versions property that just became available in CocoaPods 1.7.0.
Before posting this PR, I wanted to make sure if this the right approach?
snabble@cb145c0
OneTimePassword is the last of the dependencies we use at my company to show up in the "Migrate to Swift 5" list in Xcode. The necessary changes to add Swift 5 conformance boil down to two small
#if swift(>= 5.0)sections and the declaration of version compatibiliy in the .podspec via the news.swift_versionsproperty that just became available in CocoaPods 1.7.0.Before posting this PR, I wanted to make sure if this the right approach?
snabble@cb145c0