blob: f41024fcc83933c80d75f48424ff2533f7582855 [file] [log] [blame]
{
"name": "SwiftDSSocket",
"version": "0.1.1",
"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.1.1"
},
"source_files": "Sources/**/*.swift",
"requires_arc": true,
"xcconfig": {
"SWIFT_VERSION": "3.1"
},
"pushed_with_swift_version": "3.0"
}