4 "summary": "Simple Swift Feature Flag Managment, From Yahoo",
5 "description": "Override helps minimize the boilerplate involved with adding and maintaining feature flags.\nTypically app developers employ feature flags to manage access to feature which are still in\ndevelopment, experimental, or behind an A/B test.\n\nFeature flags typically have 3 states: on, off, or defaulted. The default state of a feature\nmay be a preset mode or defined by a remote configuration or A/B testing system. Override\nsupports these use cases.",
6 "homepage": "https://github.com/Yahoo/Override",
12 "Adam Kaplan": "adamkaplan@verizonmedia.com",
13 "David Grandinetti": "dbgrandi@verizonmedia.com"
16 "git": "https://github.com/yahoo/Override.git",
23 "swift_versions": "4.0",
24 "default_subspecs": "Features",
25 "swift_version": "4.0",
29 "frameworks": "Foundation",
32 "Source/UI/*.{swift,h}",
33 "Source/UI/**/*.{swift,h}"