blob: 1cac07558781f8127ef933957db234bf946af024 [file] [log] [blame]
{
"name": "WebEngage",
"version": "4.0.6",
"summary": "WebEngage framework helps bring the world of Marketing Automation to your App.",
"description": "This framework allows iOS apps to interact with WebEngage for User Analytics and Customer Engagement via Push and In-App notifications.",
"homepage": "https://webengage.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Saumitra R. Bhave": "saumitra.bhave@gmail.com",
"Arpit Agrawal": "arpit@webklipper.com"
},
"social_media_url": "http://twitter.com/webengage",
"source": {
"http": "https://s3-us-west-2.amazonaws.com/webengage-sdk/ios/4.0.6/WebEngageFramework.zip",
"flatten": true
},
"platforms": {
"ios": "8.0"
},
"frameworks": [
"Foundation",
"CoreLocation",
"SystemConfiguration",
"UIKit",
"CoreGraphics"
],
"weak_frameworks": "UserNotifications",
"libraries": "sqlite3",
"requires_arc": true,
"default_subspecs": "Xcode9",
"subspecs": [
{
"name": "Xcode8",
"ios": {
"vendored_frameworks": "xc8/WebEngage.framework"
}
},
{
"name": "Xcode9",
"ios": {
"vendored_frameworks": "xc9/WebEngage.framework"
}
}
]
}