blob: dc89e5414af330cbbd4551456428d49afab30a55 [file] [log] [blame]
{
"name": "VENExperimentsManager",
"version": "0.2.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": {
"Chris Maddern": "chris@venmo.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/venmo/VENExperimentsManager.git",
"tag": "v0.2.0"
},
"source_files": "VENExperimentsManager/**/*.{h,m}",
"resources": [
"VENExperimentsManager/**/*.xib"
],
"requires_arc": true
}