Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
iOSThirdRepo
ReactiveCocoa
Commits
3937d9e6
Commit
3937d9e6
authored
5 years ago
by
Anders Ha
Browse files
Options
Download
Email Patches
Plain Diff
10.2.0
parent
ea748613
master
anders/catalyst-ci
10.2.0
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGELOG.md
+1
-0
CHANGELOG.md
ReactiveCocoa.podspec
+1
-1
ReactiveCocoa.podspec
ReactiveCocoa/Info.plist
+1
-1
ReactiveCocoa/Info.plist
ReactiveMapKit.podspec
+1
-1
ReactiveMapKit.podspec
with
4 additions
and
3 deletions
+4
-3
CHANGELOG.md
+
1
-
0
View file @
3937d9e6
# 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)
...
...
This diff is collapsed.
Click to expand it.
ReactiveCocoa.podspec
+
1
-
1
View file @
3937d9e6
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.
...
...
This diff is collapsed.
Click to expand it.
ReactiveCocoa/Info.plist
+
1
-
1
View file @
3937d9e6
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
ReactiveMapKit.podspec
+
1
-
1
View file @
3937d9e6
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.
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets