blob: 2854c75bde7d82afa07e16c9cc0a8b42bdd1f232 [file] [log] [blame]
{
"name": "MoEngage-iOS-SDK",
"version": "2.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": {
"Gautam Jain": "gautam@moengage.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/moengage/MoEngage-iOS-SDK.git",
"tag": "2.2"
},
"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",
"CoreLocation",
"Security"
],
"compiler_flags": "-ObjC"
}