File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
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.12.2 "
3
+ s . version = "3.12.3 "
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.12.2 " }
9
+ s . source = { :git => "https://github.com/DeclarativeHub/ReactiveKit.git" , :tag => "v3.12.3 " }
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 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >3.12.2 </string >
18
+ <string >3.12.3 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
You can’t perform that action at this time.
0 commit comments