File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed 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.17.0 "
3
+ s . version = "3.17.1 "
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.17.0 " }
9
+ s . source = { :git => "https://github.com/DeclarativeHub/ReactiveKit.git" , :tag => "v3.17.1 " }
10
10
11
11
s . ios . deployment_target = '8.0'
12
12
s . osx . deployment_target = '10.11'
Original file line number Diff line number Diff line change 1089
1089
GCC_WARN_UNUSED_VARIABLE = YES;
1090
1090
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
1091
1091
MACOSX_DEPLOYMENT_TARGET = 10.10;
1092
- MARKETING_VERSION = 3.17.0 ;
1092
+ MARKETING_VERSION = 3.17.1 ;
1093
1093
MTL_ENABLE_DEBUG_INFO = YES;
1094
1094
ONLY_ACTIVE_ARCH = YES;
1095
1095
SDKROOT = iphoneos;
1144
1144
GCC_WARN_UNUSED_VARIABLE = YES;
1145
1145
IPHONEOS_DEPLOYMENT_TARGET = 8.0;
1146
1146
MACOSX_DEPLOYMENT_TARGET = 10.10;
1147
- MARKETING_VERSION = 3.17.0 ;
1147
+ MARKETING_VERSION = 3.17.1 ;
1148
1148
MTL_ENABLE_DEBUG_INFO = NO;
1149
1149
SDKROOT = iphoneos;
1150
1150
SWIFT_VERSION = 4.0;
You can’t perform that action at this time.
0 commit comments