blob: 9aa73a91b3d064641b51943142fb93d4fe708f8f [file] [log] [blame]
{
"name": "WebEngageGTM",
"version": "2.0.0",
"summary": "WebEngage Framework to interface with GoogleTagManager",
"description": "Implements Tags for Google Tag Manager to pass events and user attributes to WebEngage using Firebase APIs.",
"platforms": {
"ios": "8.0"
},
"homepage": "http://webengage.com",
"social_media_url": "http://twitter.com/webengage",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"WebEngage": "support@webengage.com"
},
"source": {
"git": "https://github.com/WebEngage/WebEngageGTM.git",
"tag": "2.0.0"
},
"static_framework": true,
"default_subspecs": "Xcode10",
"subspecs": [
{
"name": "Xcode10",
"dependencies": {
"GoogleTagManager": [
],
"WebEngage/Xcode10": [
]
},
"source_files": "WebEngageGTM/**/*"
}
]
}