blob: 14319de731a1e26dba27adaa1571d02f5cbaa439 [file] [log] [blame]
{
"name": "SSTcpStream",
"version": "0.2.0",
"summary": "通过此库可以方便地实现App与设备之间通过TCP Stream方式通信",
"description": "通过此库可以方便地实现App与设备之间通过TCP Stream方式通信(需基于Swift5上集成)",
"homepage": "http://10.8.2.38/smart/iOS/SSTcpStream",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"MikeZhou": "mike.zhou@cdskysoft.com"
},
"source": {
"git": "http://10.8.2.38/smart/iOS/SSTcpStream.git",
"tag": "0.2.0"
},
"swift_versions": "5.0",
"platforms": {
"ios": "10.0"
},
"source_files": "SSTcpStream/Classes/**/*",
"dependencies": {
"CocoaAsyncSocket": [
"~> 7.6.3"
]
},
"swift_version": "5.0"
}