Skip to content

Commit

Permalink
Merge pull request #48 from hyperoslo/swift4
Browse files Browse the repository at this point in the history
Update to Swift 4
  • Loading branch information
onmyway133 authored Sep 25, 2017
2 parents b0714f1 + eceb9bd commit c47744e
Show file tree
Hide file tree
Showing 23 changed files with 106 additions and 158 deletions.
4 changes: 0 additions & 4 deletions .mention-bot

This file was deleted.

4 changes: 0 additions & 4 deletions .slather.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0
4.0
16 changes: 0 additions & 16 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion Example/Gradients/Podfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://github.com/CocoaPods/Specs.git'

platform :ios, '8.0'
platform :ios, '9.0'

use_frameworks!
inhibit_all_warnings!
Expand Down
2 changes: 1 addition & 1 deletion Example/Hex/Podfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://github.com/CocoaPods/Specs.git'

platform :ios, '8.0'
platform :ios, '9.0'

use_frameworks!
inhibit_all_warnings!
Expand Down
8 changes: 4 additions & 4 deletions Hue.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "Hue"
s.summary = "The all-in-one coloring utility that you'll ever need."
s.version = "2.0.1"
s.version = "3.0.0"
s.homepage = "https://github.com/hyperoslo/Hue"
s.license = 'MIT'
s.author = { "Hyper Interaktiv AS" => "[email protected]" }
Expand All @@ -10,17 +10,17 @@ Pod::Spec.new do |s|

s.requires_arc = true

s.ios.deployment_target = '8.0'
s.ios.deployment_target = '9.0'
s.ios.source_files = 'Source/iOS/**/*'
s.ios.frameworks = 'UIKit'

s.tvos.deployment_target = '9.0'
s.tvos.source_files = 'Source/iOS/**/*'
s.tvos.frameworks = 'UIKit'

s.osx.deployment_target = '10.10'
s.osx.deployment_target = '10.11'
s.osx.source_files = 'Source/Mac/**/*'
s.osx.frameworks = 'AppKit'

s.pod_target_xcconfig = { 'SWIFT_VERSION' => '3.0' }
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.0' }
end
Loading

0 comments on commit c47744e

Please sign in to comment.