blob: 1ec46ea6a70e04ecdab5aa7941edce3b9c01b089 [file] [log] [blame]
{
"name": "WatchSync",
"version": "1.2.2",
"summary": "WatchConnectivity wrapper with typed messages, better error handling, and simplified subscription APIs.",
"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.",
"homepage": "https://github.com/nickromano/WatchSync",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Nick Romano": "nick.r.romano@gmail.com"
},
"platforms": {
"ios": "9.3",
"watchos": "3.0"
},
"source": {
"git": "https://github.com/nickromano/WatchSync.git",
"tag": "1.2.2"
},
"source_files": "Sources/**/*.{h,swift}",
"swift_version": "4.2",
"frameworks": "WatchConnectivity",
"dependencies": {
"GzipSwift": [
"4.1.0"
]
}
}