blob: 76beac22a9ad44aa20fedd3693f26572839505a2 [file] [log] [blame]
{
"name": "StarscreamHB",
"version": "3.0.7",
"summary": "A conforming WebSocket RFC 6455 client library in Swift.",
"homepage": "https://github.com/Brsoyan/Starscream",
"license": "Apache License, Version 2.0",
"authors": {
"Dalton Cherry": "http://daltoniam.com",
"Austin Cherry": "http://austincherry.me"
},
"source": {
"git": "https://github.com/Brsoyan/Starscream",
"tag": "3.0.7"
},
"social_media_url": "http://twitter.com/daltoniam",
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/*.swift",
"libraries": "z",
"pod_target_xcconfig": {
"SWIFT_VERSION": "4.1",
"SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/StarscreamHB/zlib"
},
"preserve_paths": "zlib/*"
}