[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 8 / f / e / WatchSync / 1.2.2 / WatchSync.podspec.json
blob1ec46ea6a70e04ecdab5aa7941edce3b9c01b089
2   "name": "WatchSync",
3   "version": "1.2.2",
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": "1.2.2"
21   },
22   "source_files": "Sources/**/*.{h,swift}",
23   "swift_version": "4.2",
24   "frameworks": "WatchConnectivity",
25   "dependencies": {
26     "GzipSwift": [
27       "4.1.0"
28     ]
29   }