[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 4 / 7 / 6 / WebEngageGTM / 1.1.0 / WebEngageGTM.podspec.json
blob8c3ce65606c37917c0bb1bf14800b7cde4b56f2c
2   "name": "WebEngageGTM",
3   "version": "1.1.0",
4   "summary": "WebEngage Implementation of GTM Tags",
5   "description": "Implements Tags for Google Tag Manager to pass events and user attributes to WebEngage using Firebase APIs.",
6   "homepage": "http://webengage.com",
7   "social_media_url": "http://twitter.com/webengage",
8   "platforms": {
9     "ios": "8.0"
10   },
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Arpit Agrawal": "arpit@webklipper.com"
17   },
18   "source": {
19     "git": "https://github.com/WebEngage/WebEngageGTM.git",
20     "tag": "1.1.0"
21   },
22   "default_subspecs": "Xcode9",
23   "subspecs": [
24     {
25       "name": "Xcode8",
26       "dependencies": {
27         "GoogleTagManager": [
28           "~> 6.0"
29         ],
30         "WebEngage/Xcode8": [
31           "~> 4.0"
32         ]
33       },
34       "source_files": "WebEngageGTM/**/*"
35     },
36     {
37       "name": "Xcode9",
38       "dependencies": {
39         "GoogleTagManager": [
40           "~> 6.0"
41         ],
42         "WebEngage/Xcode9": [
43           "~> 4.0"
44         ]
45       },
46       "source_files": "WebEngageGTM/**/*"
47     }
48   ]