blob: 23cd3829e68302489670344ffa52149b78bfa7b5 [file] [log] [blame]
{
"name": "WKPeertalk",
"version": "0.0.1",
"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": "http://172.16.0.245:2345/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)."
}