Skip to content

Commit

Permalink
support Carthage (fixed issue #3)
Browse files Browse the repository at this point in the history
  • Loading branch information
okmr-d committed Jul 25, 2015
1 parent eaf4551 commit f15dbfb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion DOFavoriteButton.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "DOFavoriteButton"
s.version = "0.0.3"
s.version = "0.0.4"
s.summary = "Cute Animated Button written in Swift. It could be just right for favorite buttons!"
s.homepage = "https://github.com/okmr-d/DOFavoriteButton"
s.screenshots = "https://raw.githubusercontent.com/okmr-d/okmr-d.github.io/master/img/DOFavoriteButton/demo.gif"
Expand Down
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# DOFavoriteButton
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
[![Version](https://img.shields.io/cocoapods/v/DOFavoriteButton.svg?style=flat)](http://cocoapods.org/pods/DOFavoriteButton)
[![Platform](https://img.shields.io/cocoapods/p/DOFavoriteButton.svg?style=flat)](http://cocoapods.org/pods/DOFavoriteButton)
[![License](https://img.shields.io/cocoapods/l/DOFavoriteButton.svg?style=flat)](https://github.com/okmr-d/DOFavoriteButton/blob/master/LICENSE)
Expand All @@ -12,8 +13,14 @@ It could be just right for favorite buttons!
* Swift 1.2

## Installation
#### Carthage
Add the following line to your `Cartfile`:
```
github "okmr-d/DOHamburgerButton"
```

#### CocoaPods
Add the following line to your Podfile:
Add the following line to your `Podfile`:
```
pod 'DOFavoriteButton'
```
Expand Down Expand Up @@ -75,4 +82,3 @@ This software is released under the MIT License.


[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/okmr-d/dofavoritebutton/trend.png)](https://bitdeli.com/free "Bitdeli Badge")

0 comments on commit f15dbfb

Please sign in to comment.