blob: 760ea0af7e3957ecb47eddf20e7878edf94c3ce2 [file] [log] [blame]
{
"name": "CommunicatorKit",
"version": "0.1.1",
"summary": "A framework for managing WatchConnectivity communication between iPhone and Apple Watch.",
"description": "A framework for managing WatchConnectivity communication between phone and watch. Should be considered experimental for now, although one app has already been shipped with it. Define message objects that conform to the TransferMessage protocol, and ask Communicator to send them. Define a message-handling class that conforms to the MessageHandler protocol, and Communicator will defer to that class whenever messages come in. Optionally define a class that conforms to the CommunicatorErrorDelegate protocol, and Communicator will pass errors to that class.",
"homepage": "https://github.com/UberJason/CommunicatorKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jason Ji": "uberjason@gmail.com"
},
"source": {
"git": "https://github.com/UberJason/CommunicatorKit.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/UberJason",
"platforms": {
"ios": "11.0",
"watchos": "4.0"
},
"source_files": "CommunicatorKit/Source/**/*",
"swift_version": "5.0"
}