blob: 3075e991f41d3dc9b13536dc26d3694687fc7d75 [file] [log] [blame]
{
"name": "VaporTransport",
"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/vapor/sockets.git",
"tag": "2.0.0-beta.3"
},
"source_files": [
"Sources/Transport/**/*.swift"
],
"dependencies": {
"VaporCoreCore": [
],
"VaporCoreLibc": [
]
},
"requires_arc": true,
"module_name": "Transport",
"pod_target_xcconfig": {
"SWIFT_VERSION": "3.1"
},
"pushed_with_swift_version": "3.0"
}