blob: 973b89246c1c7e775f0c316b02d69048e384beb0 [file] [log] [blame]
{
"name": "WatchSync",
"version": "1.0.0",
"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.0.0"
},
"source_files": "Sources/**/*.{h,swift}",
"swift_version": "4.1",
"frameworks": "WatchConnectivity"
}