Skip to content

Commit 8caca12

Browse files
committed
code climate
1 parent 4291c74 commit 8caca12

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,14 @@ MultiUser is **created and maintaned with ❥** by Sascha Muellner.
55
---
66

77
[![Travis CI](https://travis-ci.org/smuellner/MultiUser-for-swift.svg?branch=master)](https://travis-ci.org/smuellner/MultiUser-for-swift)
8-
![Platforms](https://img.shields.io/badge/platform-iOS%20%7C%20macOS%20%7C%20tvOS%20%7C%20watchOS%20%7C%20Linux-lightgrey.svg)
9-
![version](https://img.shields.io/badge/version-1.0-brightgreen.svg)
8+
[![Code Climate](https://codeclimate.com/github/sabirvirtuoso/MultiUser-for-swift/badges/gpa.svg)](https://codeclimate.com/github/smuellner/MultiUser-for-swift)
9+
[![Platforms](https://img.shields.io/badge/platform-iOS%20%7C%20macOS%20%7C%20tvOS%20%7C%20watchOS%20%7C%20Linux-lightgrey.svg)](https://smuellner.github.io/MultiUser-for-Swift)
10+
[![Version](https://img.shields.io/cocoapods/v/MultiUser-for-swift.svg?style=flat)](https://github.com/smuellner/MultiUser-for-Swift/releases/latest)
11+
[![License](https://img.shields.io/cocoapods/l/MultiUser-for-swift-for-swift.svg?style=flat)](http://cocoapods.org/pods/MultiUser-for-swift)
1012
[![Swift Version](https://img.shields.io/badge/swift-5.1-orange.svg?style=flat)](https://developer.apple.com/swift)
1113
[![SPM compatible](https://img.shields.io/badge/SPM-compatible-orange.svg?style=flat)](https://github.com/apple/swift-package-manager)
1214
[![Reviewed by Hound](https://img.shields.io/badge/Reviewed_by-Hound-8E64B0.svg)](https://houndci.com)
15+
[![README](https://img.shields.io/badge/-README-lightgrey)](https://smuellner.github.io/MultiUser-for-Swift)
1316

1417

1518
## Requirements
@@ -42,12 +45,16 @@ This is a **Swift** package with support for iOS/macOS/tvOS/watchOS that allows
4245
The **UserService** cares for the whole user handling and implements the **UserServiceProtocol**.
4346
To allow for access throughout your application place the **UserService** in a shared instance like the Application Delegate or use a dependency injection framework like **Swinject**.
4447

45-
4648
```swift
4749

50+
// AppDelegate.swift
51+
4852
let userService = UserService()
4953

5054

55+
56+
57+
5158
```
5259

5360

0 commit comments

Comments
 (0)