We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5f4b66e + 1b939ab commit f958dedCopy full SHA for f958ded
ReactiveObjCBridge.podspec
@@ -22,7 +22,7 @@ Pod::Spec.new do |s|
22
s.module_map = 'ReactiveObjCBridge/module.modulemap'
23
24
s.dependency 'ReactiveObjC', '~> 3.1'
25
- s.dependency 'ReactiveSwift', '~> 6.0'
+ s.dependency 'ReactiveSwift', '~> 6.1'
26
27
s.pod_target_xcconfig = { "OTHER_SWIFT_FLAGS[config=Release]" => "$(inherited) -suppress-warnings" }
28
ReactiveObjCBridge/Info.plist
@@ -15,7 +15,7 @@
15
<key>CFBundlePackageType</key>
16
<string>FMWK</string>
17
<key>CFBundleShortVersionString</key>
18
- <string>4.0.0</string>
+ <string>6.0.0</string>
19
<key>CFBundleSignature</key>
20
<string>????</string>
21
<key>CFBundleVersion</key>
0 commit comments