[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 9 / 2 / 3 / PeerTalk / 0.1.0 / PeerTalk.podspec.json
blob1569481dd1116da79366d8247d8c862e487e7bdb
2   "name": "PeerTalk",
3   "version": "0.1.0",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE.txt"
7   },
8   "homepage": "http://rsms.me/peertalk/",
9   "authors": {
10     "Rasmus Andersson": "rasmus@notion.se",
11     "Jonathan Dann": "jonathan@jonathandann.com"
12   },
13   "summary": "iOS and OS X Cocoa library for communicating over USB and TCP.",
14   "source": {
15     "git": "https://github.com/rsms/PeerTalk.git",
16     "tag": "0.1.0"
17   },
18   "source_files": "peertalk/*.{h,m}",
19   "platforms": {
20     "ios": "14.0",
21     "osx": "11.0"
22   },
23   "description": "PeerTalk is a iOS and OS X Cocoa library for communicating over USB and TCP.\n\n                    Highlights:\n\n                    * Provides you with USB device attach/detach events and attached device's info\n                    * Can connect to TCP services on supported attached devices (e.g. an iPhone), bridging the communication over USB transport\n                    * Offers a higher-level API (PTChannel and PTProtocol) for convenient implementations.\n* Tested and designed for libdispatch (aka Grand Central Dispatch).",
24   "swift_versions": [
25     "5.0"
26   ],
27   "swift_version": "5.0"