4 "summary": "WatchConnectivity wrapper with typed messages, better error handling, and simplified subscription APIs.",
5 "description": "Use WatchSync as the WatchConnectivity delegate for your application. It allows you to send typed messages (using `Codable`), \nreceive messages using closures anywhere in your application, and provides better error handling when connectivity isn't working.",
6 "homepage": "https://github.com/nickromano/WatchSync",
12 "Nick Romano": "nick.r.romano@gmail.com"
19 "git": "https://github.com/nickromano/WatchSync.git",
22 "source_files": "Sources/**/*.{h,swift}",
23 "swift_version": "4.1",
24 "frameworks": "WatchConnectivity"