Skip to content

Commit d5e420c

Browse files
committed
Update README.md
1 parent d981b34 commit d5e420c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
SafeIndex
22
=========
33

4-
![Swift](https://img.shields.io/badge/Swift-2.2-orange.svg)
4+
![Swift](https://img.shields.io/badge/Swift-3.0-orange.svg)
55
[![Build Status](https://travis-ci.org/devxoul/SafeIndex.svg)](https://travis-ci.org/devxoul/SafeIndex)
66
[![CocoaPods](http://img.shields.io/cocoapods/v/SafeIndex.svg)](https://cocoapods.org/pods/SafeIndex)
77
[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)
@@ -50,10 +50,10 @@ Installation
5050
import PackageDescription
5151
5252
let package = Package(
53-
name: "MyAwesomeApp",
54-
dependencies: [
55-
.Package(url: "https://github.com/devxoul/SafeIndex", "0.2.0"),
56-
]
53+
name: "MyAwesomeApp",
54+
dependencies: [
55+
.Package(url: "https://github.com/devxoul/SafeIndex", "0.2.0"),
56+
]
5757
)
5858
```
5959

0 commit comments

Comments
 (0)