Skip to content

Commit

Permalink
read me updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmetkgunay committed May 24, 2017
1 parent 31c2e77 commit d913c71
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,18 +100,18 @@ There are three ways to use AKGPushAnimator in your project:
```ruby
platform :ios, '8.0'
use_frameworks!
pod 'AKGPushAnimator', '~> 1.0.3'
pod 'AKGPushAnimator', '~> 1.0.4'
```

### Installation with Carthage (iOS 8+)
### Installation with Carthage

[Carthage](https://github.com/Carthage/Carthage) is a lightweight dependency manager for Swift and Objective-C. It leverages CocoaTouch modules and is less invasive than CocoaPods.

To install with carthage, follow the instruction on [Carthage](https://github.com/Carthage/Carthage)

#### Cartfile
```
github "ahmetkgunay/AKGPushAnimator" ~> 1.0.3
github "ahmetkgunay/AKGPushAnimator" ~> 1.0.4
```

## Author
Expand Down

0 comments on commit d913c71

Please sign in to comment.