Skip to content

Commit

Permalink
Merge pull request #35 from wizeline/feature/release2.0.0
Browse files Browse the repository at this point in the history
Wrap version 2.0.0
  • Loading branch information
Jorge R Ovalle Z authored Jul 2, 2019
2 parents 16158fb + a92bf0d commit 4dcf9da
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2018 lojals <jroz9105@gmail.com>
Copyright (c) 2019 Wizeline <ios.open@wizeline.com>

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
![WLEmptyState_Banner](https://user-images.githubusercontent.com/6756995/55449438-bf01f300-5588-11e9-9c0d-dd48bd5babb4.png)
[![Build Status](https://travis-ci.org/wizeline/WLEmptyState.svg?branch=develop)](https://travis-ci.org/wizeline/WLEmptyState)
[![Version](https://img.shields.io/cocoapods/v/WLEmptyState.svg?style=flat)](https://cocoapods.org/pods/WLEmptyState)
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![Twitter](https://img.shields.io/twitter/follow/theWizeline.svg?label=Wizeline%20&style=flat)](http://twitter.com/thewizeline)
[![MIT license](http://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT)

## Table of Content <!-- omit in toc -->

Expand Down Expand Up @@ -33,12 +35,22 @@ To run the `Example` project:

### Installing WLEmptyState

#### CocoaPods

WLEmptyState is available through [CocoaPods](https://cocoapods.org). To install it, add the following command to your Podfile:

```ruby
pod 'WLEmptyState'
```

#### Carthage

[Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks. To integrate WLEmptyState into your Xcode project using Carthage, specify it in your Cartfile:

```ruby
github "wizeline/WLEmptyState"
```

### Configuring WLEmptyState

The WLEmptyState component uses [Method Swizzling](https://nshipster.com/method-swizzling/). Therefore, to configure `WLEmptyState`, follow these steps:
Expand Down
2 changes: 1 addition & 1 deletion WLEmptyState.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'WLEmptyState'
s.version = '1.0.2'
s.version = '2.0.0'
s.summary = 'Custom view for Empty states on tables or collection entities'

s.description = 'A control to display a place holder in case there\'s no data on a UITableView or UICollectionView'
Expand Down

0 comments on commit 4dcf9da

Please sign in to comment.