[Add] Shakuro.PoliteCoreData 1.8.2
[CocoaPods.git] / Specs / c / f / 3 / ForethoughtPlugins / 1.0.2 / ForethoughtPlugins.podspec.json
blobeab1feeed64cb259bfed9fcfda0c10c7ca498cd4
2   "name": "ForethoughtPlugins",
3   "version": "1.0.2",
4   "summary": "Connect Forethought to various other live-chat platforms",
5   "description": "Connect Forethought to various other live-chat platforms, such as ZenDesk or Kustomer",
6   "homepage": "https://forethought.ai",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Forethought Engineering": "eng@forethought.ai"
13   },
14   "social_media_url": "https://twitter.com/forethought_ai",
15   "platforms": {
16     "ios": "13.0"
17   },
18   "swift_versions": "5.0",
19   "source": {
20     "git": "https://github.com/Forethought-Technologies/solve-ios.git",
21     "tag": "1.0.2"
22   },
23   "dependencies": {
24     "Forethought": [
25       "1.0.2"
26     ]
27   },
28   "deprecated": true,
29   "subspecs": [
30     {
31       "name": "ZendeskPlugin",
32       "source_files": "Plugins/Zendesk/*.swift",
33       "dependencies": {
34         "ZendeskChatSDK": [
35           "~> 3.0"
36         ]
37       }
38     },
39     {
40       "name": "KustomerPlugin",
41       "source_files": "Plugins/Kustomer/*.swift",
42       "dependencies": {
43         "KustomerChat": [
44           "~> 2.7"
45         ]
46       }
47     },
48     {
49       "name": "IntercomPlugin",
50       "source_files": "Plugins/Intercom/*.swift",
51       "dependencies": {
52         "Intercom": [
53           "~> 14.0"
54         ]
55       }
56     }
57   ],
58   "swift_version": "5.0"