Skip to content

Commit

Permalink
Silent deprecation warnings when building with CocoaPods.
Browse files Browse the repository at this point in the history
  • Loading branch information
andersio authored Apr 6, 2017
1 parent ea4cab4 commit d527356
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ReactiveObjCBridge.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ Pod::Spec.new do |s|

s.dependency 'ReactiveObjC', '~> 2.1.2'
s.dependency 'ReactiveSwift', '~> 1.1'

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

3 comments on commit d527356

@andersio
Copy link
Member Author

@andersio andersio commented on d527356 Apr 6, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ikesyo Do we need a new tag for this?

@ikesyo
Copy link
Member

@ikesyo ikesyo commented on d527356 Apr 6, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@andersio Yes, we need a new tag / release to make it available for typical CocoaPods users, except for whom using the following syntax:

pod "ReactiveObjCBridge", :git => "https://github.com/ReactiveCocoa/ReactiveObjCBridge"

@andersio
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ikesyo Just created 1.0.2. Please push to trunk. Thanks. 😁

Please sign in to comment.