Commit 3937d9e6 authored by Anders Ha's avatar Anders Ha
Browse files

10.2.0

No related merge requests found
Showing with 4 additions and 3 deletions
+4 -3
# master
*Please put new entries at the top.
# 10.2.0
1. Update ReactiveSwift to 6.2.
1. Updated `README.md` to reflect Swift 5.1 compatibility and point snippets to 10.1.0 (#3691, kudos to @Marcocanc)
1. Support for Swift Package Manager (#3692, #3676 & #3693, kudos to @fabio-cerdeiral-ck, @sharplet and @simba909)
......
Pod::Spec.new do |s|
s.name = "ReactiveCocoa"
s.version = "10.1.0"
s.version = "10.2.0"
s.summary = "Streams of values over time"
s.description = <<-DESC
ReactiveCocoa (RAC) is a Cocoa framework built on top of ReactiveSwift. It provides APIs for using ReactiveSwift with Apple's Cocoa frameworks.
......
......@@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>10.1.0</string>
<string>10.2.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
......
Pod::Spec.new do |s|
s.name = "ReactiveMapKit"
s.version = "10.1.0"
s.version = "10.2.0"
s.summary = "MapKit bindings for ReactiveCocoa."
s.description = <<-DESC
Provide MapKit bindings for ReactiveCocoa. ReactiveCocoa (RAC) is a Cocoa framework built on top of ReactiveSwift. It provides APIs for using ReactiveSwift with Apple's Cocoa frameworks.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment