Skip to content

Commit

Permalink
Update Podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
iv-mexx committed Feb 17, 2018
1 parent a014eea commit c0290b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ReactiveObjCBridge.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "ReactiveObjCBridge"
s.version = "3.0.0"
s.version = "3.1.0"
s.summary = "Bridge between ReactiveObjC and ReactiveSwift"
s.description = <<-DESC
After the announcement of Swift, ReactiveCocoa was rewritten in Swift. This framework creates a bridge between those Swift and Objective-C APIs (now known as ReactiveSwift and ReactiveObjC respectively).
Expand All @@ -21,8 +21,8 @@ Pod::Spec.new do |s|
s.private_header_files = 'ReactiveObjCBridge/RACScheduler+SwiftSupport.h'
s.module_map = 'ReactiveObjCBridge/module.modulemap'

s.dependency 'ReactiveObjC', '~> 3.0.0'
s.dependency 'ReactiveSwift', '~> 3.0'
s.dependency 'ReactiveObjC', '~> 3.1'
s.dependency 'ReactiveSwift', '~> 3.1'

s.pod_target_xcconfig = { "OTHER_SWIFT_FLAGS[config=Release]" => "-suppress-warnings" }
end

0 comments on commit c0290b6

Please sign in to comment.