Skip to content

Commit

Permalink
Remove obsolete .swift_version & README update (#17)
Browse files Browse the repository at this point in the history
* Replace deprecated swift version declaration

* Fix note about compatibility with Swift 3.0
  • Loading branch information
tomassliz authored and krzysztofzablocki committed May 2, 2018
1 parent 639e175 commit 7b0ecf6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .swift-version

This file was deleted.

1 change: 1 addition & 0 deletions KZFileWatchers.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ A micro-framework for observing file changes, both local and remote. Helpful in
s.author = { 'Krzysztof Zabłocki' => '[email protected]' }
s.source = { :git => 'https://github.com/krzysztofzablocki/KZFileWatchers.git', :tag => s.version.to_s }
s.social_media_url = 'https://twitter.com/merowing_'
s.swift_version = '4.1'

s.ios.deployment_target = '8.0'
s.tvos.deployment_target = '9.0'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pod "KZFileWatchers"
```

Last version to support Swift 2.3 is `0.1.2`
Last version to support Swift 3 is `0.1.4`
Last version to support Swift 3.0 is `1.0.4`

### Swift Package Manager

Expand Down

0 comments on commit 7b0ecf6

Please sign in to comment.