Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Friend-LGA committed Nov 12, 2015
1 parent 6f19f91 commit b6978b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ CocoaPods is a dependency manager for Objective-C, which automates and simplifie
#### Podfile
```ruby
platform :ios, '6.0'
pod 'LGAlertView', '~> 2.0'
pod 'LGAlertView', '~> 2.0.0'
```

### With Carthage
Expand All @@ -69,7 +69,7 @@ Carthage is a lightweight dependency manager for Swift and Objective-C. It lever

#### Cartfile
```
github "Friend-LGA/LGAlertView" ~> 2.0
github "Friend-LGA/LGAlertView" ~> 2.0.0
```

## Usage
Expand Down

0 comments on commit b6978b1

Please sign in to comment.