[Add] LLUnionPaySDK 1.3.8
[CocoaPods.git] / Specs / 2 / 0 / 8 / YMOverride / 2.1.0 / YMOverride.podspec.json
blob728a7792d84413c80874c1b080974fa99878bc78
2   "name": "YMOverride",
3   "version": "2.1.0",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Adam Kaplan": "adamkaplan@verizonmedia.com",
13     "David Grandinetti": "dbgrandi@verizonmedia.com"
14   },
15   "source": {
16     "git": "https://github.com/yahoo/Override.git",
17     "tag": "2.1.0"
18   },
19   "platforms": {
20     "ios": "10.0",
21     "tvos": "10.0"
22   },
23   "swift_versions": "4.0",
24   "default_subspecs": "Features",
25   "swift_version": "4.0",
26   "subspecs": [
27     {
28       "name": "Features",
29       "frameworks": "Foundation",
30       "source_files": [
31         "Source/*.swift",
32         "Source/UI/*.{swift,h}",
33         "Source/UI/**/*.{swift,h}"
34       ]
35     }
36   ]