Skip to content

Commit 78f4d02

Browse files
committed
Updated README
1 parent 4c0897e commit 78f4d02

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ If a new version is available, an alert can be presented to the user informing t
5050
pod 'Siren'
5151
```
5252

53+
For Swift 2.3 support:
54+
55+
```swift
56+
pod 'Siren', :git => 'https://github.com/ArtSabintsev/Siren.git', :branch => 'swift2.3'
57+
```
58+
5359
For Swift 3 support:
5460

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

70+
For Swift 2.3 support:
71+
72+
``` swift
73+
github "ArtSabintsev/Siren" "swift2.3"
74+
```
75+
6476
For Swift 3 support:
6577

6678
``` swift

0 commit comments

Comments
 (0)