blob: 673a1b0ac8d6be2f62b67a991cbfdb0af80ecd17 [file] [log] [blame]
{
"name": "SwiftDSSocket",
"version": "0.0.5",
"summary": "DispatchSource based sockets framework written in pure Swift 3.1",
"homepage": "https://github.com/csujedihy/SwiftDSSocket",
"license": "GPL",
"authors": {
"jedihy": "csujedi@gmail.com"
},
"social_media_url": "https://github.com/csujedihy",
"platforms": {
"ios": "9.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/csujedihy/SwiftDSSocket.git",
"tag": "0.0.5"
},
"source_files": "Sources/**/*.swift",
"requires_arc": true,
"xcconfig": {
"SWIFT_VERSION": "3.1"
},
"pushed_with_swift_version": "3.0"
}