OCMapper icon indicating copy to clipboard operation
OCMapper copied to clipboard

watchOS support

Open arthabus opened this issue 8 years ago • 0 comments

Is there a way to use OCMapper with watchOS? If not at the moment are there any chances to support watchOS platform any soon?

I'm integrating watch support in my project and already using OCMapper in the iOS app. I thought to pass my objects as json between host app and watch and to automatically serialize/deserialize them but I've stuck integrating OCMapper to watch extension and getting the following error while executing pod install:

Analyzing dependencies [!] The platform of the target Watch Extension (watchOS 3.1) is not compatible with OCMapper (2.1), which does not support watchos.

the podfile:

target 'Watch Extension' do pod 'OCMapper' end

arthabus avatar Dec 08 '16 15:12 arthabus