blob: 7148e68d5deb505162ed48e284093ecc3da30a74 [file] [log] [blame]
{
"name": "MoEngage-iOS-SDK",
"version": "2.4",
"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": "chengappa@moengage.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/moengage/MoEngage-iOS-SDK.git",
"tag": "2.4"
},
"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"
],
"compiler_flags": "-ObjC"
}