Skip to content

Commit b484164

Browse files
authored
Merge pull request #277 from Glovo/bump-podspec-version-definition
Bump version in podspec
2 parents edd4db3 + 3233586 commit b484164

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ReactiveKit.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |s|
22
s.name = "ReactiveKit"
3-
s.version = "3.17.4"
3+
s.version = "3.19.0"
44
s.summary = "A Swift Reactive Programming Framework"
55
s.description = "ReactiveKit is a Swift framework for reactive and functional reactive programming."
66
s.homepage = "https://github.com/DeclarativeHub/ReactiveKit"
77
s.license = 'MIT'
88
s.author = { "Srdan Rasic" => "[email protected]" }
9-
s.source = { :git => "https://github.com/DeclarativeHub/ReactiveKit.git", :tag => "v3.17.4" }
9+
s.source = { :git => "https://github.com/DeclarativeHub/ReactiveKit.git", :tag => "v3.19.0" }
1010

1111
s.ios.deployment_target = '8.0'
1212
s.osx.deployment_target = '10.11'

0 commit comments

Comments
 (0)