blob: 3ef2a35318ee7bc7304ee937e0a5b88d6f2c1bbf [file] [log] [blame]
{
"name": "VaporSockets",
"version": "2.0.0",
"summary": "Pure-Swift Sockets: TCP, UDP; Client, Server; Linux, OS X...",
"description": "Pure-Swift Sockets: TCP, UDP; Client, Server; Linux, OS X.s.. mirror from vapor/bits for CocoaPods",
"homepage": "https://github.com/vapor/sockets",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"vapor": "vapor@gmai.com"
},
"platforms": {
"ios": "8.0",
"tvos": "9.0",
"osx": "10.10",
"watchos": "2.0"
},
"source": {
"git": "https://github.com/banxi1988/sockets.git",
"branch": "master"
},
"source_files": [
"Sources/Sockets/**/*.swift"
],
"dependencies": {
"VaporCoreCore": [
],
"VaporTransport": [
]
},
"requires_arc": true,
"module_name": "Sockets",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.1"
},
"pushed_with_swift_version": "3.0"
}