Skip to content

Commit

Permalink
Merge pull request kciter#159 from jesster2k10/swift4.0
Browse files Browse the repository at this point in the history
Swift 4.0 Support
  • Loading branch information
kciter authored Oct 15, 2017
2 parents 6d12b88 + 3dc040c commit b53ebe7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0
4.0
2 changes: 1 addition & 1 deletion Floaty.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "Floaty"
s.version = "3.0.1"
s.version = "4.0.0"
s.summary = "Floating Action Button for iOS"
s.homepage = "https://github.com/kciter/Floaty"
s.license = { :type => 'MIT', :file => 'LICENSE' }
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ Bitcoin: 1Hrauu2sPczma53gpYU4Y2kap5Hi6K3Ma3

## Requirements
* iOS 9.0+
* Swift 3.0
* Swift 3.0+
* Xcode 8

## Installation
### CocoaPods
```ruby
use_frameworks!
pod "Floaty", "~> 3.0.0"
pod "Floaty", "~> 3.0.0" # Use version 4.0.0 for Swift 4.0
```
### Carthage
```ruby
Expand Down

0 comments on commit b53ebe7

Please sign in to comment.