[Add] RnpKit 1.2.5
[CocoaPods.git] / Specs / a / 3 / e / VENExperimentsManager / 0.1.6 / VENExperimentsManager.podspec.json
blobf00e97a1421128b25fa9bca1d903052dec3d845e
2   "name": "VENExperimentsManager",
3   "version": "0.1.6",
4   "summary": "Definition, management and control of experiments within an iOS app.",
5   "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",
6   "homepage": "https://github.com/venmo/VENExperimentsManager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Chris Maddern": "chris@venmo.com"
13   },
14   "platforms": {
15     "ios": "5.0"
16   },
17   "source": {
18     "git": "https://github.com/venmo/VENExperimentsManager.git",
19     "tag": "v0.1.6"
20   },
21   "source_files": "VENExperimentsManager/**/*.{h,m}",
22   "resources": [
23     "VENExperimentsManager/**/*.xib"
24   ],
25   "requires_arc": true