google / promises

Promises is a modern framework that provides a synchronization construct for Swift and Objective-C.
Apache License 2.0
3.79k stars 292 forks source link

Specify every platform but watchOS in test spec #148

Closed sushichop closed 4 years ago

sushichop commented 4 years ago

This pull request fixes this issue: #147 .

According to https://github.com/CocoaPods/CocoaPods/issues/8283, cocoapods test spec does not seem to support watchOS for now. So PromisesObjC.podspec needs a workaround in the meantime.

NOTE:

145 also shoud be merged to fix pod lib lint error about PromisesObjC.podspec.

Thanks.

sushichop commented 4 years ago

@ykjchen Thanks for your review. I have updated PR.