blob: d67af7439923e9965f2542a7fc89e458ab2850ba [file] [log] [blame]
{
"name": "MoEngageCards",
"version": "1.0.0",
"summary": "MoEngage Cards Campaigns for iOS",
"description": "Create targeted or automated App Inbox/NewsFeed messages that can be grouped into various categories, and target your users with different updates or offers that can stay in the Inbox/Feed over a designated period of time.",
"homepage": "http://www.moengage.com",
"documentation_url": "https://docs.moengage.com/docs/ios-cards",
"license": {
"type": "Commercial",
"file": "LICENSE"
},
"authors": {
"Chengappa C D": "chengappa@moengage.com"
},
"social_media_url": "https://twitter.com/moengage",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/moengage/MoEngage-iOS-SDK.git",
"tag": "cards-1.0.0"
},
"ios": {
"vendored_frameworks": "Frameworks/MOCards.framework"
},
"preserve_paths": "Frameworks/MOCards.framework",
"module_map": "Frameworks/MOCards.framework/Modules/module.modulemap",
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit",
"ImageIO"
],
"dependencies": {
"MoEngage-iOS-SDK": [
"~> 6.1"
]
}
}