blob: d7253c97ed3bc9350c80e8da27d210a27c58b895 [file] [log] [blame]
{
"name": "MOGeofence",
"version": "1.0.1",
"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.1"
},
"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": [
"~> 4.4.0"
]
}
}