blob: 018116cc5a55c273d8b43607696193f632e90a72 [file] [log] [blame]
{
"name": "RTMClient",
"dependencies": {
"Starscream": [
"~> 3.0.2"
]
},
"version": "1.0.1",
"summary": "RTM is a conforming WebSocket client library in Swift.",
"description": "RTM is used to send real time messages to users based on conforming WebSocket client library.",
"homepage": "https://vie.git.bwinparty.com/rtms/rtms-client-swift",
"license": {
"type": "MIT",
"file": "license"
},
"authors": "Pooja Malhotra",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://vie.git.bwinparty.com/rtms/rtms-client-swift.git",
"tag": "master"
},
"source_files": [
"RTMClient",
"RTM/**/*.{h,m,swift}"
],
"swift_versions": "5.0",
"swift_version": "5.0"
}