[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 3 / 0 / TieApiClient / 1.1.0 / TieApiClient.podspec.json
blobca6fc175d3d9be7af4a959c32f16d6d1d9aa7c56
2   "name": "TieApiClient",
3   "version": "1.1.0",
4   "summary": "Provides a way of communicating with a Teneo Engine server instance",
5   "description": "Provides a way of communicating with a Teneo Engine server instance\n\nUsage:\n```swift\n// Set Teneo engine url\ntry {\n    TieApiService.sharedInstance.setup(\"{BASE_URL}\", endpoint: \"{ENDPOINT}\")\n} catch {\n    // Handle TieSetupError.invalidUrl\n}\n              \n// Send input messages\nTieApiService.sharedInstance.sendInput({MESSAGE},\n                                       parameters: {PARAMETERS},\n                                       success: { response in\n    // Handle response. Remember to dispatch to main thread if updating UI\n}, failure: { error in\n    // Handle error\n})\n              \n// Close session\nTieApiService.sharedInstance.closeSession({ response in\n    //\n}, failure { error in\n              \n})\n```",
6   "homepage": "https://www.artificial-solutions.com/teneo/teneo-interaction-engine",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": "Artificial Solutions",
12   "swift_version": "4.2",
13   "platforms": {
14     "ios": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/artificialsolutions/tie-api-client-ios.git",
18     "tag": "1.1.0"
19   },
20   "source_files": [
21     "TieApiClient",
22     "TieApiClient/**/*.{swift}"
23   ]