[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 4 / b / CommunicatorKit / 0.1.1 / CommunicatorKit.podspec.json
blob760ea0af7e3957ecb47eddf20e7878edf94c3ce2
2   "name": "CommunicatorKit",
3   "version": "0.1.1",
4   "summary": "A framework for managing WatchConnectivity communication between iPhone and Apple Watch.",
5   "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.",
6   "homepage": "https://github.com/UberJason/CommunicatorKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jason Ji": "uberjason@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/UberJason/CommunicatorKit.git",
16     "tag": "0.1.1"
17   },
18   "social_media_url": "https://twitter.com/UberJason",
19   "platforms": {
20     "ios": "11.0",
21     "watchos": "4.0"
22   },
23   "source_files": "CommunicatorKit/Source/**/*",
24   "swift_version": "5.0"