lightweight wrapper of OAuthSwift/OAuthSwift
I don't want to use their fat SDKs... and don't want to config URLSchemes... you too?
- supports iOS 11 ~
- Twitter Login
- Facebook Login without SDK, URLScheme
- Google Login without SDK, URLScheme
See Example Appication.
https://github.com/Carthage/Carthage
Write your Cartfile
github "dnpp73/NoMoreSNSSDK"
and run
carthage bootstrap --cache-builds --no-use-binaries --platform iOS
or
carthage update --cache-builds --no-use-binaries --platform iOS