Skip to content

Commit 9db2c81

Browse files
committed
Specificed official Swift3 version (1.1.0)
1 parent 5209253 commit 9db2c81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ It's really easy to use and it's compatible both with Swift 2.2, 2.3 and 3.0.
1616

1717
Pick the right version:
1818

19-
- **Swift 3.0** is in master (and develop) (CocoaPods Tag >= 1.0.6)
19+
- **Swift 3.0** is in master (and develop) (CocoaPods Tag >= 1.1.0)
2020
- Old/Unsupported **Swift 2.2** branch is [here](https://github.com/malcommac/SwiftLocation/tree/swift-2.2). (CocoaPods Tag = 1.0.5)
2121
- Old/Unsupported **Swift 2.3** branch is [here](https://github.com/malcommac/SwiftLocation/tree/feature/swift2.3).
2222
- Old/Unsupported **Swift 2.0** branch is [here](https://github.com/malcommac/SwiftLocation/tree/swift-2.0)
@@ -368,7 +368,7 @@ end
368368

369369
Swift Versions:
370370

371-
- **Swift 3** ```pod 'SwiftLocation', '>= 1.0.6'```
371+
- **Swift 3** ```pod 'SwiftLocation', '>= 1.1.0'```
372372
- **Swift 2.3** ```pod 'SwiftLocation', :git => 'https://github.com/malcommac/SwiftLocation.git', :branch => 'feature/swift2.3'```
373373
- **Swift 2.2** ```pod 'SwiftLocation', '1.0.5'```
374374

0 commit comments

Comments
 (0)