blob: fda050bf353eae02722041e48be38a70c7b4cb48 [file] [log] [blame]
{
"name": "FlowCore",
"version": "0.1.8",
"summary": "The official Swift Flow.ai SDK",
"description": "Access the Flow.ai platform from your iOS or macOS app.\n\nFlow.ai is a AI powered interaction platform. FlowCore provides a websocket client that connects in real time.\n\nFeatures:\n\n- Create compelling conversational experiences using the Flow.ai designer\n- Connect in real-time using just a clientId\n- Send messages and receive messages from bots and human operators\n- Full support for response templates like cards, buttons or locations\n- Auto reconnect and keep alive",
"homepage": "https://flow-ai.github.io/flowai-swift/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Gijs van de Nieuwegiessen": "gijs@flow.ai"
},
"source": {
"git": "https://github.com/flow-ai/flowai-swift.git",
"tag": "0.1.8"
},
"social_media_url": "https://twitter.com/theflowai",
"platforms": {
"ios": "10.0"
},
"source_files": "FlowCore/Classes/**/*",
"dependencies": {
"SwiftWebSocket": [
"~> 2.6.5"
],
"HandyJSON": [
"~> 1.6.1"
]
},
"pushed_with_swift_version": "3.0"
}