blob: 7cb7cc34249c13cda2cb3543bd0449cb38c4bb51 [file] [log] [blame]
{
"name": "Flipper-PeerTalk",
"version": "0.0.3",
"license": {
"type": "MIT"
},
"homepage": "http://rsms.me/peertalk/",
"authors": {
"Rasmus Andersson": "rasmus@notion.se"
},
"summary": "iOS and OS X Cocoa library for communicating over USB and TCP.",
"source": {
"git": "https://github.com/priteshrnandgaonkar/peertalk.git",
"tag": "v0.0.3"
},
"source_files": "peertalk/*.{h,m}",
"requires_arc": true,
"platforms": {
"ios": "8.4",
"osx": "10.10"
},
"description": "PeerTalk is a iOS and OS X Cocoa library for communicating over USB and TCP.\n\nHighlights:\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)."
}