blob: e3c17abefae48b6326d9d9e55b0a4e9434493086 [file] [log] [blame]
{
"name": "WebEngage",
"version": "3.0.7",
"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/3.0.7/WebEngageFramework.zip"
},
"platforms": {
"ios": "7.0"
},
"frameworks": [
"Foundation",
"CoreLocation",
"SystemConfiguration"
],
"libraries": "sqlite3",
"requires_arc": true,
"default_subspecs": "Xcode7",
"subspecs": [
{
"name": "Xcode7",
"source_files": "xc7/WebEngage.framework/Headers/*.h",
"public_header_files": "xc7/WebEngage.framework/Headers/*.h",
"ios": {
"vendored_frameworks": "xc7/WebEngage.framework"
}
},
{
"name": "Xcode6",
"source_files": "xc6/WebEngage.framework/Headers/*.h",
"public_header_files": "xc6/WebEngage.framework/Headers/*.h",
"ios": {
"vendored_frameworks": "xc6/WebEngage.framework"
}
}
]
}