[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / f / 3 / ForethoughtPlugins / 0.3.0 / ForethoughtPlugins.podspec.json
blobad2489695c61e72fd940269b14e3ab6577e1cc13
2   "name": "ForethoughtPlugins",
3   "version": "0.3.0",
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": "11.0"
17   },
18   "swift_versions": "5.0",
19   "source": {
20     "git": "https://github.com/Forethought-Technologies/solve-ios.git",
21     "tag": "0.3.0"
22   },
23   "dependencies": {
24     "Forethought": [
25       "0.3.0"
26     ]
27   },
28   "subspecs": [
29     {
30       "name": "ZendeskPlugin",
31       "source_files": "Plugins/Zendesk/*.swift",
32       "dependencies": {
33         "ZendeskChatSDK": [
34           "~> 2.11"
35         ]
36       }
37     },
38     {
39       "name": "KustomerPlugin",
40       "source_files": "Plugins/Kustomer/*.swift",
41       "dependencies": {
42         "KustomerChat": [
43           "~> 2.5"
44         ]
45       }
46     }
47   ],
48   "swift_version": "5.0"