File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,15 +24,15 @@ Signals is an eventing library that enables you to implement the Observable patt
2424To integrate Signals into your project add the following to your ` Podfile ` :
2525
2626``` ruby
27- pod ' UberSignals' , ' ~> 2.0 '
27+ pod ' UberSignals' , ' ~> 2.5 '
2828```
2929
3030#### Carthage
3131
3232To integrate Signals into your project using Carthage add the following to your ` Cartfile ` :
3333
3434``` ruby
35- github " uber/signals-ios" ~ > 2.0
35+ github " uber/signals-ios" ~ > 2.5
3636```
3737
3838## Introduction
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'UberSignals'
3- s . version = '2.5.0 '
3+ s . version = '2.5.1 '
44 s . license = { :type => 'MIT' }
55 s . summary = 'Signals is an eventing framework that enables you to implement the Observable pattern without using NSNotifications.'
66 s . homepage = 'https://github.com/uber/signals-ios'
@@ -19,5 +19,4 @@ Pod::Spec.new do |s|
1919
2020 s . ios . frameworks = 'Foundation'
2121 s . osx . frameworks = 'Foundation'
22-
2322end
You can’t perform that action at this time.
0 commit comments