blob: 8f1aaf651ec76e117faf3ab3717f21f5eba4ca5d [file] [log] [blame]
{
"name": "MoEngageInApp",
"version": "2.0.3",
"summary": "MoEngage InApp Campaigns for iOS",
"description": "InApp Messaging are custom views which you can send to a segment of users to show custom messages or give new offers or take to some specific pages. They can be created from your MoEngage dashboard and MOInApp framework enables you to show those InApp campaigns in your iOS Apps.",
"homepage": "https://www.moengage.com",
"documentation_url": "https://docs.moengage.com/docs/in-app-nativ",
"license": {
"type": "Commercial",
"file": "LICENSE"
},
"authors": {
"Chengappa C D": "chengappa@moengage.com"
},
"social_media_url": "https://twitter.com/moengage",
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/moengage/MoEngage-iOS-SDK.git",
"tag": "inapp-2.0.3"
},
"ios": {
"vendored_frameworks": "Frameworks/MOInApp.framework"
},
"preserve_paths": "Frameworks/MOInApp.framework",
"module_map": "Frameworks/MOInApp.framework/Modules/module.modulemap",
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit",
"CoreGraphics"
],
"dependencies": {
"MoEngage-iOS-SDK": [
">= 7.0.4",
"< 7.1.0"
]
},
"pod_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
},
"user_target_xcconfig": {
"EXCLUDED_ARCHS[sdk=iphonesimulator*]": "arm64"
}
}