blob: 1cb0000a1f8a705a8d2f49cbab0dce6b6cfcfdc3 [file] [log] [blame]
{
"name": "MOGeofence",
"version": "2.0.0",
"summary": "MoEngage SDK for Geofence based campaigns in iOS",
"description": "MOGeofence framework helps you to trigger notifications based on the exit/entry of geofences. This framework makes use of the Region Monitoring service of CoreLocation to achieve the same.",
"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": "9.0"
},
"source": {
"git": "https://github.com/moengage/MoEngage-iOS-SDK.git",
"tag": "geofence-2.0.0"
},
"ios": {
"vendored_frameworks": "Frameworks/MoEngageGeofence/MOGeofence.framework"
},
"preserve_paths": "Frameworks/MoEngageGeofence/MOGeofence.framework",
"module_map": "Frameworks/MoEngageGeofence/MOGeofence.framework/Modules/module.modulemap",
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit",
"CoreLocation"
],
"dependencies": {
"MoEngage-iOS-SDK": [
"~> 6.0.0"
]
}
}