[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 4 / 7 / 6 / WebEngageGTM / 1.1.2 / WebEngageGTM.podspec.json
blobd80ec8616e015007790deeb0385bc589dab739e9
2   "name": "WebEngageGTM",
3   "version": "1.1.2",
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": "9.0"
10   },
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Uzma Sayyed": "uzma.sayyed@webklipper.com"
17   },
18   "source": {
19     "git": "https://github.com/WebEngage/WebEngageGTM.git",
20     "tag": "1.1.2"
21   },
22   "default_subspecs": "Xcode9",
23   "subspecs": [
24     {
25       "name": "Xcode8",
26       "dependencies": {
27         "GoogleTagManager": [
28           "~> 7.0"
29         ],
30         "WebEngage/Xcode8": [
31           "~> 4.0"
32         ]
33       },
34       "source_files": "WebEngageGTM/**/*"
35     },
36     {
37       "name": "Xcode9",
38       "dependencies": {
39         "GoogleTagManager": [
40           "~> 7.0"
41         ],
42         "WebEngage/Xcode9": [
43           "~> 4.0"
44         ]
45       },
46       "source_files": "WebEngageGTM/**/*"
47     }
48   ]