Bump SwiftLint to 0.52.2 (#125)
A small Swift Package to wrap OAuthSwift and KeychainAccess to authenticate to Google APIs while automatically saving the tokens into the keychain.
You can check out the documentation here. For more info you can also check out SwiftBeanCountSheetSyncApp which makes use of this library.
This package support the Swift Package Manager, so simply add a dependency in your Package.swift:
.package(url: "https://github.com/Nef10/SwiftBeanCountImporter.git", .upToNextMajor(from: "X.Y.Z")),
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号 京公网安备 11010802032778号
GoogleAuthentication
A small Swift Package to wrap OAuthSwift and KeychainAccess to authenticate to Google APIs while automatically saving the tokens into the keychain.
Documentation
You can check out the documentation here. For more info you can also check out SwiftBeanCountSheetSyncApp which makes use of this library.
Usage
This package support the Swift Package Manager, so simply add a dependency in your Package.swift: