Skip to content
This repository was archived by the owner on Mar 10, 2022. It is now read-only.

Commit bfb343d

Browse files
committed
Added badges to readme
1 parent 058d07a commit bfb343d

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Diff for: .gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
#
33
# gitignore contributors: remember to update Global/Xcode.gitignore, Objective-C.gitignore & Swift.gitignore
44

5+
.DS_Store
6+
57
## Build generated
68
build/
79
DerivedData

Diff for: README.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Noted
22

3+
[![Travis](https://travis-ci.org/nodes-ios/Noted.svg?branch=master)](https://travis-ci.org/nodes-ios/Noted)
4+
[![Codecov](https://img.shields.io/codecov/c/github/nodes-ios/Noted.svg)](https://codecov.io/github/nodes-ios/Noted)
5+
[![Carthage Compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
6+
![Plaform](https://img.shields.io/badge/platform-iOS-lightgrey.svg)
7+
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/nodes-ios/Noted/blob/master/LICENSE)
8+
39
A minimalistic and effective replacement for `NSNotificationCenter`, that promotes the observer pattern and keeps weak references to it's observers.
410

511
**Features:**

0 commit comments

Comments
 (0)