[Add] LiteRTC 0.0.1-nightly.20241220
[CocoaPods.git] / Specs / 3 / 8 / 0 / SSTcpStream / 0.3.0 / SSTcpStream.podspec.json
bloba114f033bf4d97a0894fae00ce6184dcc8251a08
2   "name": "SSTcpStream",
3   "version": "0.3.0",
4   "summary": "通过此库可以方便地实现App与设备之间通过TCP Stream方式通信",
5   "description": "通过此库可以方便地实现App与设备之间通过TCP Stream方式通信(需基于Swift5上集成)",
6   "homepage": "http://10.8.2.38/smart/iOS/SSTcpStream",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "MikeZhou": "mike.zhou@cdskysoft.com"
13   },
14   "source": {
15     "git": "http://10.8.2.38/smart/iOS/SSTcpStream.git",
16     "tag": "0.3.0"
17   },
18   "swift_versions": "5.0",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "SSTcpStream/Classes/**/*",
23   "dependencies": {
24     "CocoaAsyncSocket": [
25       "~> 7.6.3"
26     ]
27   },
28   "swift_version": "5.0"