Skip to content

Commit fcf4a94

Browse files
committed
Update to Swift 4.2
1 parent 6d996b2 commit fcf4a94

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

.swift-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0
1+
4.2

ReactiveKit.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |s|
22
s.name = "ReactiveKit"
3-
s.version = "3.9.6"
3+
s.version = "3.9.7"
44
s.summary = "A Swift Reactive Programming Framework"
55
s.description = "ReactiveKit is a Swift framework for reactive and functional reactive programming."
66
s.homepage = "https://github.com/DeclarativeHub/ReactiveKit"
77
s.license = 'MIT'
88
s.author = { "Srdan Rasic" => "[email protected]" }
9-
s.source = { :git => "https://github.com/DeclarativeHub/ReactiveKit.git", :tag => "v3.9.6" }
9+
s.source = { :git => "https://github.com/DeclarativeHub/ReactiveKit.git", :tag => "v3.9.7" }
1010

1111
s.ios.deployment_target = '8.0'
1212
s.osx.deployment_target = '10.9'

ReactiveKit.xcodeproj/project.pbxproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@
411411
};
412412
16C33B231BEFBA0100A0DBE0 = {
413413
CreatedOnToolsVersion = 7.1;
414-
LastSwiftMigration = 0800;
414+
LastSwiftMigration = 1000;
415415
};
416416
ECBCCDCF1BEB6B9A00723476 = {
417417
CreatedOnToolsVersion = 7.1;
@@ -724,6 +724,7 @@
724724
SDKROOT = macosx;
725725
SKIP_INSTALL = YES;
726726
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
727+
SWIFT_VERSION = 4.2;
727728
};
728729
name = Debug;
729730
};
@@ -746,6 +747,7 @@
746747
SDKROOT = macosx;
747748
SKIP_INSTALL = YES;
748749
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
750+
SWIFT_VERSION = 4.2;
749751
};
750752
name = Release;
751753
};

0 commit comments

Comments
 (0)