[Add] DocumentReaderOCRRFIDStage 7.5.11054
[CocoaPods.git] / Specs / c / 6 / 7 / FlowCore / 0.1.11 / FlowCore.podspec.json
blob8046753b9b9760b7c2af4800bcb133151ec96950
2   "name": "FlowCore",
3   "version": "0.1.11",
4   "summary": "The official Swift Flow.ai SDK",
5   "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",
6   "homepage": "https://flow-ai.github.io/flowai-swift/",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Gijs van de Nieuwegiessen": "gijs@flow.ai"
13   },
14   "source": {
15     "git": "https://github.com/flow-ai/flowai-swift.git",
16     "tag": "0.1.11"
17   },
18   "social_media_url": "https://twitter.com/theflowai",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "FlowCore/Classes/**/*",
23   "dependencies": {
24     "SwiftWebSocket": [
25       "~> 2.6.5"
26     ],
27     "HandyJSON": [
28       "~> 1.6.1"
29     ]
30   },
31   "pushed_with_swift_version": "3.0"