File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
- 4.0
1
+ 4.2
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "ReactiveKit"
3
- s . version = "3.9.6 "
3
+ s . version = "3.9.7 "
4
4
s . summary = "A Swift Reactive Programming Framework"
5
5
s . description = "ReactiveKit is a Swift framework for reactive and functional reactive programming."
6
6
s . homepage = "https://github.com/DeclarativeHub/ReactiveKit"
7
7
s . license = 'MIT'
8
8
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 " }
10
10
11
11
s . ios . deployment_target = '8.0'
12
12
s . osx . deployment_target = '10.9'
Original file line number Diff line number Diff line change 411
411
};
412
412
16C33B231BEFBA0100A0DBE0 = {
413
413
CreatedOnToolsVersion = 7.1;
414
- LastSwiftMigration = 0800 ;
414
+ LastSwiftMigration = 1000 ;
415
415
};
416
416
ECBCCDCF1BEB6B9A00723476 = {
417
417
CreatedOnToolsVersion = 7.1;
724
724
SDKROOT = macosx;
725
725
SKIP_INSTALL = YES;
726
726
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
727
+ SWIFT_VERSION = 4.2;
727
728
};
728
729
name = Debug;
729
730
};
746
747
SDKROOT = macosx;
747
748
SKIP_INSTALL = YES;
748
749
SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
750
+ SWIFT_VERSION = 4.2;
749
751
};
750
752
name = Release;
751
753
};
You can’t perform that action at this time.
0 commit comments