[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 0 / 8 / YMOverride / 2.0.0 / YMOverride.podspec.json
blob16ab69ff76c29d627cb6d5b8bb9647eb676bc4ed
2   "name": "YMOverride",
3   "version": "2.0.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.0.0"
18   },
19   "platforms": {
20     "ios": "10.0",
21     "tvos": "10.0"
22   },
23   "swift_version": "4.0",
24   "default_subspecs": "Features",
25   "subspecs": [
26     {
27       "name": "Features",
28       "frameworks": "Foundation",
29       "source_files": [
30         "Source/*.swift",
31         "Source/UI/*.{swift,h}",
32         "Source/UI/**/*.{swift,h}"
33       ]
34     }
35   ]