We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b484164 commit dfb63f8Copy full SHA for dfb63f8
ReactiveKit.podspec
@@ -1,12 +1,12 @@
1
Pod::Spec.new do |s|
2
s.name = "ReactiveKit"
3
- s.version = "3.19.0"
+ s.version = "3.19.1"
4
s.summary = "A Swift Reactive Programming Framework"
5
s.description = "ReactiveKit is a Swift framework for reactive and functional reactive programming."
6
s.homepage = "https://github.com/DeclarativeHub/ReactiveKit"
7
s.license = 'MIT'
8
s.author = { "Srdan Rasic" => "[email protected]" }
9
- s.source = { :git => "https://github.com/DeclarativeHub/ReactiveKit.git", :tag => "v3.19.0" }
+ s.source = { :git => "https://github.com/DeclarativeHub/ReactiveKit.git", :tag => "v3.19.1" }
10
11
s.ios.deployment_target = '8.0'
12
s.osx.deployment_target = '10.11'
0 commit comments