blob: 84ffe84082fa528da889ee9fab3ec0482b757e30 [file] [log] [blame]
{
"name": "YMOverride",
"version": "2.3.1",
"summary": "Simple Swift Feature Flag Managment, From Yahoo",
"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.",
"homepage": "https://github.com/Yahoo/Override",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Adam Kaplan": "adamkaplan@verizonmedia.com",
"David Grandinetti": "dbgrandi@verizonmedia.com"
},
"source": {
"git": "https://github.com/yahoo/Override.git",
"tag": "2.3.1"
},
"platforms": {
"ios": "10.0",
"tvos": "10.0"
},
"swift_versions": [
"4.0",
"4.2",
"5.0"
],
"default_subspecs": "Features",
"subspecs": [
{
"name": "Features",
"frameworks": "Foundation",
"source_files": [
"Source/*.swift",
"Source/UI/*.{swift,h}",
"Source/UI/**/*.{swift,h}"
]
}
],
"swift_version": "5.0"
}