Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TBXark authored Dec 12, 2016
1 parent b0e8340 commit 997d0d6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ pod 'PinterestSegment'

To get the full benefits import `PinterestSegment` wherever you import UIKit

``` swift
```swift
import UIKit
import PinterestSegment
```
#### Carthage
Create a `Cartfile` that lists the framework and run `carthage update`. Follow the [instructions](https://github.com/Carthage/Carthage#if-youre-building-for-ios) to add `$(SRCROOT)/Carthage/Build/iOS/PinterestSegment.framework` to an iOS project.

```
```ruby
github "tbxark/PinterestSegment"
```
#### Manually
Expand All @@ -46,8 +46,7 @@ github "tbxark/PinterestSegment"

## Usage example

```
``` swift
let style = PinterestSegmentStyle()

style.indicatorColor = UIColor(white: 0.95, alpha: 1)
Expand Down

0 comments on commit 997d0d6

Please sign in to comment.