File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 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 = "ReactiveUIKit"
3
- s . version = "1.0.8 "
3
+ s . version = "1.0.9 "
4
4
s . summary = "Reactive extensions for UIKit framework."
5
5
s . homepage = "https://github.com/ReactiveKit/ReactiveUIKit"
6
6
s . license = 'MIT'
7
7
s . author = { "Srdan Rasic" => "[email protected] " }
8
- s . source = { :git => "https://github.com/ReactiveKit/ReactiveUIKit.git" , :tag => "v1.0.8 " }
8
+ s . source = { :git => "https://github.com/ReactiveKit/ReactiveUIKit.git" , :tag => "v1.0.9 " }
9
9
10
10
s . ios . deployment_target = '8.0'
11
11
s . tvos . deployment_target = '9.0'
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 >1.0.8 </string >
18
+ <string >1.0.9 </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