blob: 0b844e4c8c52c06967859332f0c2cc6b121d3876 [file] [log] [blame]
{
"name": "AppSyncRealTimeClient",
"version": "1.0.1",
"summary": "Amazon Web Services AppSync RealTime Client for iOS.",
"description": "AppSync RealTime Client provides subscription connections to AppSync websocket endpoints",
"homepage": "https://aws.amazon.com/amplify/",
"license": "Apache License, Version 2.0",
"authors": {
"Amazon Web Services": "amazonwebservices"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/aws-amplify/aws-appsync-realtime-client-ios.git",
"tag": "1.0.1"
},
"swift_versions": "4.0",
"requires_arc": true,
"source_files": "AppSyncRealTimeClient/**/*.swift",
"dependencies": {
"Starscream": [
"~> 3.0.2"
]
},
"swift_version": "4.0"
}