Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtSabintsev committed Aug 6, 2016
1 parent 4c0897e commit 78f4d02
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ If a new version is available, an alert can be presented to the user informing t
pod 'Siren'
```

For Swift 2.3 support:

```swift
pod 'Siren', :git => 'https://github.com/ArtSabintsev/Siren.git', :branch => 'swift2.3'
```

For Swift 3 support:

```swift
Expand All @@ -61,6 +67,12 @@ pod 'Siren', :git => 'https://github.com/ArtSabintsev/Siren.git', :branch => 'sw
github "ArtSabintsev/Siren"
```

For Swift 2.3 support:

``` swift
github "ArtSabintsev/Siren" "swift2.3"
```

For Swift 3 support:

``` swift
Expand Down

0 comments on commit 78f4d02

Please sign in to comment.