blob: d3316bda17a523d168f072e3e6fe917b5485c040 [file] [log] [blame]
{
"name": "WKPeertalk",
"version": "0.0.2",
"license": {
"type": "MIT"
},
"homepage": "http://www.jianshu.com/u/06fad66c4cf3",
"authors": {
"Rasmus Andersson": "zhangjinghao@2345.com"
},
"summary": "iOS and OS X Cocoa library for communicating over USB and TCP.",
"source": {
"git": "git@172.16.0.245:Apple_SDK/iOS_WKPeertalk.git",
"tag": "0.0.2"
},
"source_files": "WKPeertalk/*.{h,m}",
"public_header_files": "WKPeertalk/*.{h}",
"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)."
}