blob: a4616c79cf0c612c24d2decafdecf782817468f8 [file] [log] [blame]
{
"name": "MOGeofence",
"version": "1.0.2",
"summary": "MoEngage Mobile Marketing Automation SDK for Geofence based campaigns",
"description": "MoEngage is a mobile marketing automation company. This framework helps you in using Geofence based push campaigns.",
"homepage": "http://www.moengage.com",
"documentation_url": "https://docs.moengage.com/docs/geofences",
"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": "Geofence-1.0.2"
},
"ios": {
"vendored_frameworks": "MOGeofence/MOGeofence.framework"
},
"preserve_paths": "MOGeofence/MOGeofence.framework",
"module_map": "MOGeofence/MOGeofence.framework/Modules/module.modulemap",
"requires_arc": true,
"frameworks": "CoreLocation",
"dependencies": {
"MoEngage-iOS-SDK": [
"~> 5.0"
]
}
}