Skip to content

Commit

Permalink
feat(badges): adding badges (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
milos1290 committed Sep 21, 2017
1 parent bc692f4 commit 948648a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
1 change: 1 addition & 0 deletions Leanplum.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
# Leanplum-Apple-SDK
![Leanplum - ](Leanplum.svg)

<p align="center">
<img src='https://img.shields.io/badge/branch-master-blue.svg'>
<img src='https://jenkins.leanplum.com/buildStatus/icon?job=apple-sdk-master' alt="Build status">
&nbsp;&nbsp;&nbsp;&nbsp;
<img src='https://img.shields.io/badge/branch-develop-red.svg'>
<img src='https://jenkins.leanplum.com/buildStatus/icon?job=apple-sdk-develop' alt="Build status">
</p>
<p align="center">
<img src="https://img.shields.io/cocoapods/dt/Leanplum-iOS-SDK.svg?maxAge=3600" alt="Downloads" />
<img src="https://img.shields.io/badge/platform-iOS-blue.svg?style=flat" alt="Platform iOS" />
<a href="https://cocoapods.org/pods/Leanplum-iOS-SDK"><img src="https://img.shields.io/cocoapods/v/Leanplum-iOS-SDK.svg?style=flat" alt="CocoaPods compatible" /></a>
<a href="https://github.com/Carthage/Carthage"><img src="https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat" alt="Carthage compatible" /></a>
<a href="https://raw.githubusercontent.com/Leanplum/Leanplum-iOS-SDK/master/LICENSE"><img src="https://img.shields.io/badge/license-apache%202.0-blue.svg?style=flat" alt="License: Apache 2.0" /></a>
</p>

## Installation & Usage
- Please refer to: https://www.leanplum.com/docs#/setup/ios for how to setup Leanplum SDK in your project.
- To run the example project:
Expand Down

0 comments on commit 948648a

Please sign in to comment.