enwi / dartzmq

A simple dart zeromq implementation/wrapper around the libzmq C++ library
https://pub.dev/documentation/dartzmq/latest/
MIT License
26 stars 17 forks source link

added iOS Platform support #23

Closed wajahat414 closed 1 year ago

wajahat414 commented 1 year ago

1- Added zmq library for ios 2- Due to the limitation of pod spec to run for ios simulator you have to manually replace the library in podspec file, 3- Tested for ios Physical device iPhone 13 pro max 5- all other code remains the same. 6- removed redundant files