blob: ee6e5c009dfffe7f336a6b5e4d73c603f35e2bbf [file] [log] [blame]
{
"name": "MoEngage-iOS-SDK",
"version": "1.8.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": {
"Gautam Jain": "gautam@moengage.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/moengage/MoEngage-iOS-SDK.git",
"tag": "1.8.4"
},
"resources": [
"MoEngage.bundle",
"MOInbox/*.{storyboard}"
],
"source_files": [
"MOHeaders/*",
"MOGeofence/*",
"MOInbox/*.{h,m}",
"MoEngage.bundle"
],
"documentation_url": "http://docs.moengage.com",
"requires_arc": true,
"preserve_paths": "libMoEngageSDK.a",
"libraries": "MoEngageSDK",
"ios": {
"vendored_libraries": "libMoEngageSDK.a"
},
"frameworks": [
"SystemConfiguration",
"AdSupport",
"CoreLocation"
],
"compiler_flags": "-ObjC"
}