Skip to content

Commit f15dbfb

Browse files
committed
support Carthage (fixed issue #3)
1 parent eaf4551 commit f15dbfb

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

DOFavoriteButton.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "DOFavoriteButton"
3-
s.version = "0.0.3"
3+
s.version = "0.0.4"
44
s.summary = "Cute Animated Button written in Swift. It could be just right for favorite buttons!"
55
s.homepage = "https://github.com/okmr-d/DOFavoriteButton"
66
s.screenshots = "https://raw.githubusercontent.com/okmr-d/okmr-d.github.io/master/img/DOFavoriteButton/demo.gif"

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# DOFavoriteButton
2+
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
23
[![Version](https://img.shields.io/cocoapods/v/DOFavoriteButton.svg?style=flat)](http://cocoapods.org/pods/DOFavoriteButton)
34
[![Platform](https://img.shields.io/cocoapods/p/DOFavoriteButton.svg?style=flat)](http://cocoapods.org/pods/DOFavoriteButton)
45
[![License](https://img.shields.io/cocoapods/l/DOFavoriteButton.svg?style=flat)](https://github.com/okmr-d/DOFavoriteButton/blob/master/LICENSE)
@@ -12,8 +13,14 @@ It could be just right for favorite buttons!
1213
* Swift 1.2
1314

1415
## Installation
16+
#### Carthage
17+
Add the following line to your `Cartfile`:
18+
```
19+
github "okmr-d/DOHamburgerButton"
20+
```
21+
1522
#### CocoaPods
16-
Add the following line to your Podfile:
23+
Add the following line to your `Podfile`:
1724
```
1825
pod 'DOFavoriteButton'
1926
```
@@ -75,4 +82,3 @@ This software is released under the MIT License.
7582

7683

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

0 commit comments

Comments
 (0)