blob: c6621d99b7b1534caf56376eb5d12ca109205720 [file] [log] [blame]
{
"name": "VENPromotionsManager",
"version": "0.1.1",
"summary": "Definition, management and control of in-app location based promotions.",
"description": " VENPromotionsManager enables easy definition, management and control of in-app location based promotions including the following:\n - Define promotion action events along with trigger locations and active date intervals\n - Check for location based promotions on a background timer (optional)\n - Use an included location service built on a CLLocationManager or a custom location service\n",
"homepage": "https://github.com/venmo/VENPromotionsManager/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Dasmer Singh": "dasmer.singh@venmo.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/venmo/VENPromotionsManager.git",
"tag": "v0.1.1"
},
"source_files": "VPLPromotionsManager/**/*.{h,m}",
"requires_arc": true
}