blob: afda07e42c309e910ee8f509227e5ae88c7d3cd1 [file] [log] [blame]
{
"name": "VENExperimentsManager",
"version": "1.0.0",
"summary": "Definition, management and control of experiments within an iOS app.",
"description": " VENExperimentsManager enables easy definition, management and control of experiments within an iOS app including the following:\n - Define experiments and 'experiment flag' code\n - Allow users to turn experiments on and off\n - Force turn-on or off experiments\n - Make experiments user editable or not\n - Let users know whether experiments are 'stable' or 'unstable'\n",
"homepage": "https://github.com/venmo/VENExperimentsManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Venmo": "engineers@venmo.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/venmo/VENExperimentsManager.git",
"tag": "v1.0.0"
},
"source_files": "VENExperimentsManager/**/*.{h,m}",
"resources": [
"VENExperimentsManager/**/*.xib"
],
"requires_arc": true
}