blob: 4b56ac3f037c1075b47cdc8f9fbbf2eff61e1792 [file] [log] [blame]
{
"name": "MoEngage-iOS-SDK",
"version": "3.9.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.",
"homepage": "http://www.moengage.com",
"license": {
"type": "Commercial",
"file": "LICENSE"
},
"authors": {
"Chengappa C D": "chengappa@moengage.com"
},
"social_media_url": "https://twitter.com/moengage",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/moengage/MoEngage-iOS-SDK.git",
"tag": "3.9.2"
},
"resources": "MOInbox/*.{storyboard}",
"source_files": [
"MOHeaders/*",
"MOGeofence/*",
"MOInbox/*.{h,m}"
],
"documentation_url": "http://docs.moengage.com",
"requires_arc": true,
"preserve_paths": "libMoEngageSDK.a",
"libraries": "MoEngageSDK",
"ios": {
"vendored_libraries": "libMoEngageSDK.a"
},
"frameworks": [
"SystemConfiguration",
"CoreLocation",
"Security",
"UserNotifications"
]
}