[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 4 / 7 / 6 / WebEngageGTM / 1.0.3 / WebEngageGTM.podspec.json
blob2d2f92f852feb010bb92130887b1a74d2aab5a99
2   "name": "WebEngageGTM",
3   "version": "1.0.3",
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": "7.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.0.3"
21   },
22   "source_files": "WebEngageGTM/**/*",
23   "default_subspecs": "Xcode8",
24   "dependencies": {
25     "GoogleTagManager": [
26       "~> 5.0"
27     ]
28   },
29   "subspecs": [
30     {
31       "name": "Xcode7",
32       "dependencies": {
33         "WebEngage/Xcode7": [
34           "~> 3.5.4"
35         ]
36       }
37     },
38     {
39       "name": "Xcode8",
40       "dependencies": {
41         "WebEngage": [
42           "~> 3.5.4"
43         ]
44       }
45     }
46   ]