blob: ed22baa26d2d14173ee428d2be28747d3208d774 [file] [log] [blame]
{
"name": "DNWebSocket",
"version": "1.0.2",
"summary": "Pure Swift WebSocket Library",
"description": "Object-Oriented, Swift-style WebSocket Library (RFC 6455) for Swift-compatible Platforms.\nConforms to all necessary Autobahn fuzzing tests.",
"homepage": "https://github.com/GlebRadchenko/DNWebSocket",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Gleb Radchenko": "gleb.radchenko@activewindow.dk"
},
"source": {
"git": "https://github.com/GlebRadchenko/DNWebSocket.git",
"tag": "1.0.2"
},
"swift_version": "4.0",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0",
"watchos": "2.0"
},
"source_files": "Sources/**/*.swift",
"pod_target_xcconfig": {
"SWIFT_INCLUDE_PATHS": "$(PODS_TARGET_SRCROOT)/Sources/CZLib/** $(PODS_TARGET_SRCROOT)/Sources/CommonCrypto/**"
},
"preserve_paths": [
"Sources/CZLib/**",
"Sources/CommonCrypto/**"
]
}