Skip to content

Commit

Permalink
Merge pull request #62 from ReactiveCocoa/release/6.0.0
Browse files Browse the repository at this point in the history
Release 6.0.0
  • Loading branch information
ikesyo authored Sep 7, 2019
2 parents 5f4b66e + 1b939ab commit f958ded
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ReactiveObjCBridge.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Pod::Spec.new do |s|
s.module_map = 'ReactiveObjCBridge/module.modulemap'

s.dependency 'ReactiveObjC', '~> 3.1'
s.dependency 'ReactiveSwift', '~> 6.0'
s.dependency 'ReactiveSwift', '~> 6.1'

s.pod_target_xcconfig = { "OTHER_SWIFT_FLAGS[config=Release]" => "$(inherited) -suppress-warnings" }

Expand Down
2 changes: 1 addition & 1 deletion ReactiveObjCBridge/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<key>CFBundlePackageType</key>
<string>FMWK</string>
<key>CFBundleShortVersionString</key>
<string>4.0.0</string>
<string>6.0.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
Expand Down

0 comments on commit f958ded

Please sign in to comment.