blob: 977bf6e83eecbe5c3884be92b8cce7b685cccc60 [file] [log] [blame]
{
"name": "FlowCore",
"version": "0.1.2",
"summary": "The official Swift Flow.ai SDK",
"description": "Access the flow.ai platform from your iOS or macOS app.\n\nFlow.ai is the AI powered interaction platform. FlowCore provides a client to connect in real time.\n\nFeatures:\n\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, locations etc\n- Auto reconnect and keep alive",
"homepage": "https://docs.flow.ai",
"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.2"
},
"social_media_url": "https://twitter.com/theflowai",
"platforms": {
"ios": "8.0"
},
"source_files": "FlowCore/Classes/**/*",
"dependencies": {
"SwiftWebSocket": [
"~> 2.6.5"
],
"HandyJSON": [
"~> 1.6.1"
]
},
"pushed_with_swift_version": "3.0"
}