blob: da88e44583d7535ef668fa7ca8b7c35927d4b3ab [file] [log] [blame]
{
"name": "SwiftAsyncSocket",
"swift_version": "4.2",
"version": "0.0.1",
"summary": "A GCD base of Socket writing by Swift 4.2",
"description": "A socket connection tool writing by Swift.\nIt has has the same function with CocoaAsyncSocket",
"homepage": "https://github.com/chouheiwa/SwiftAsnycSocket",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"chouheiwa": "849131492@qq.com"
},
"platforms": {
"ios": "9.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/chouheiwa/SwiftAsnycSocket.git",
"tag": "0.0.1"
},
"source_files": [
"Sources",
"Sources/**/*"
],
"exclude_files": "Sources/**/*.plist"
}