blob: 016f79641178f9d542d95c4e2d4de7fde94db8c7 [file] [log] [blame]
{
"name": "MoEngage-iOS-SDK",
"version": "1.4.2",
"summary": "MoEngage Mobile Marketing Automation SDK for iOS - iPhone and iPad",
"description": " MoEngage is a mobile marketing automation company. This SDK helps you track events, trigger smart notifications and in-apps, provides a drop-in Inbox Controller for notifications.\n",
"homepage": "http://www.moengage.com",
"license": {
"type": "Commercial",
"file": "LICENSE"
},
"authors": {
"Gautam Jain": "gautam@moengage.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/moengage/MoEngage-iOS-SDK.git",
"tag": "1.4.2"
},
"resources": "MoEngage.bundle",
"source_files": [
"Headers/*",
"MoEngage.bundle"
],
"documentation_url": "http://docs.moengage.com/en/latest/iOS.html",
"requires_arc": true,
"preserve_paths": "libMoEngageSDK.a",
"libraries": "MoEngageSDK",
"ios": {
"vendored_libraries": "libMoEngageSDK.a"
},
"frameworks": [
"SystemConfiguration",
"AdSupport"
],
"compiler_flags": "-ObjC"
}