[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 8 / f / e / WatchSync / 0.0.1 / WatchSync.podspec.json
blobca2d4835848e7732c2bfbf4bb69dd2ff8f4ec865
2   "name": "WatchSync",
3   "version": "0.0.1",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Nick Romano": "nick.r.romano@gmail.com"
13   },
14   "platforms": {
15     "ios": "9.3",
16     "watchos": "3.0"
17   },
18   "source": {
19     "git": "https://github.com/nickromano/WatchSync.git",
20     "tag": "0.0.1"
21   },
22   "source_files": "Sources/**/*.{h,swift}",
23   "swift_version": "4.1",
24   "frameworks": "WatchConnectivity"