Skip to content

Commit 474c842

Browse files
committedMar 4, 2017
Merge branch 'master' of https://github.com/ArtSabintsev/Siren
2 parents 1a868a1 + 2d29f1c commit 474c842

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,11 @@ pod 'Siren'
5555
```
5656

5757
For Swift 2.3 support:
58-
5958
```ruby
6059
pod 'Siren', :git => 'https://github.com/ArtSabintsev/Siren.git', :branch => 'swift2.3'
6160
```
6261

6362
For Swift 2.2 support:
64-
6563
```ruby
6664
pod 'Siren', '0.9.5'
6765
```
@@ -88,6 +86,8 @@ github "ArtSabintsev/Siren" "swift2.3"
8886

8987
Here's some commented sample code. Adapt this to meet your app's needs. For a full list of optional settings/preferences, please refer to https://github.com/ArtSabintsev/Siren/blob/master/Sample%20App/Sample%20App/AppDelegate.swift in the Sample Project.
9088

89+
Full documentation can be found at http://sabintsev.com/Siren.
90+
9191
```Swift
9292
func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool {
9393
/* Siren code should go below window?.makeKeyAndVisible() */

0 commit comments

Comments
 (0)
Please sign in to comment.