Skip to content

Commit

Permalink
Updating to Swift 4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FabrizioBrancati committed Apr 1, 2018
1 parent 1ad6c2c commit 7034729
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion BFKit-Swift.podspec
Expand Up @@ -11,10 +11,11 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/FabrizioBrancati/BFKit-Swift.git', :tag => s.version }
s.documentation_url = 'https://github.fabriziobrancati.com/documentation/BFKit-Swift/'

s.swift_version = '4.1'

s.ios.deployment_target = '8.0'
s.ios.source_files = 'Sources/**/*.swift'
s.ios.exclude_files = 'Sources/BFKit/Apple/WatchKit/*.swift'
s.swift_version = '4.0'

s.osx.deployment_target = '10.10'
s.osx.source_files =
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -39,7 +39,7 @@ All notable changes to this project will be documented in this file.<br>
---

## [3.1.2](https://github.com/FabrizioBrancati/Queuer/releases/tag/3.1.2) - Swift 4.1 Support
### 1 Apr 2018
### 2 Apr 2018
### Added
- Added support to Xcode 9.3 and Swift 4.1

Expand Down
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -119,7 +119,8 @@ Requirements
| 3.0...3.1 | 8.0...8.3 | 2.0.0...2.3.0 | 8.0+ | | | ![] |
| 3.0...3.1 | 8.0...8.3 | 2.4.0...2.5.0 | 8.0+ | | 2.0+ | ![] |
| 3.0...3.2 | 8.0...9.0 | 2.6.0 | 8.0+ | 10.10+ | 2.0+ | ![] |
| 4.0...4.1 | 9.0...9.3 | 3.0.0...3.1.2 | 8.0+ `*` | 10.10+ `*` | 2.0+ `*` | ![] |
| 4.0 | 9.0...9.2 | 3.0.0...3.1.1 | 8.0+ `*` | 10.10+ `*` | 2.0+ `*` | ![] |
| 4.1 | 9.3 | 3.1.2 | 8.0+ `*` | 10.10+ `*` | 2.0+ `*` | ![] |

> `*` With App Extension Support
Expand Down

0 comments on commit 7034729

Please sign in to comment.