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