Releases: SimplicityMobile/Simplicity
Releases · SimplicityMobile/Simplicity
2.0.1
Swift 3 Support
Updated to Swift 3 (Xcode 8).
- Swift 2.3 (Xcode 8) support on branch
swift2.3
- Swift 2.2 (Xcode 7) support on version
1.0.2
Added VK Support
Added support for VK, the largest European social network.
Also added a convenience method for logging in. Now you can call .login()
on any LoginProvider
:
Facebook().login { (accessToken, error) in
// Handle access token here
}
Simplicity
Fixed Carthage support
Simplicity
An easy way to login with Facebook or Google.
Supports:
- Login with Facebook
- Login with Google
- OAuth 2 Scopes
- Facebook's "Auth Type" feature
- Extensible to more providers