serhii-londar / SteamLogin

Steam library for login user and retreive steam user id.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SteamLogin

Steam library for login user and retreive steam user id. Written in pure swift and support iOS 9 and more.

CIStatus Version License Platform

Example

To run the example project, clone the repo, and run pod install from the root directory first.

Login proces is simple as:

SteamLoginVC.login(from: self) { [weak self] (user, error) in
                if let user = user {
                    self?.steamUser = user
                    self?.showSuccessAlert()
                } else {
                    self?.showErrorAlert(error)
                }
            }

Installation

SteamLogin is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'SteamLogin'

Author

Github: Serhii Londar

Email: serhii.londar@gmail.com

License

SteamLogin is available under the MIT license. See the LICENSE file for more info.

About

Steam library for login user and retreive steam user id.

License:MIT License


Languages

Language:Swift 90.0%Language:Ruby 7.9%Language:Objective-C 2.0%