You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there anyway to add WatchOS2 support to Protocol Buffer - Objective-C? CocoaPods 0.38 added support for WatchOS however, in order for Pods to be usable with WatchOS2, they require the pod Author/Maintainer to add the following line in the Podspec:
s.watchos.deployment_target = '2.0' to https://github.com/alexeyxo/protobuf-objc/blob/master/ProtocolBuffers.podspec
Is there anyway to add WatchOS2 support to Protocol Buffer - Objective-C? CocoaPods 0.38 added support for WatchOS however, in order for Pods to be usable with WatchOS2, they require the pod Author/Maintainer to add the following line in the Podspec:
s.watchos.deployment_target = '2.0' to https://github.com/alexeyxo/protobuf-objc/blob/master/ProtocolBuffers.podspec
This is outlined here: http://blog.cocoapods.org/CocoaPods-0.38/ (under the heading WatchOS). would this be possible?
The text was updated successfully, but these errors were encountered: