[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / e / 7 / b / YMFF / 4.0.0 / YMFF.podspec.json
blob499929ea31ea09508cefb0a5c919ed0a22e24629
2   "name": "YMFF",
3   "version": "4.0.0",
4   "swift_versions": "5.8",
5   "authors": {
6     "Yakov Manshin": "git@yakovmanshin.com"
7   },
8   "license": {
9     "type": "Apache License, version 2.0",
10     "file": "LICENSE"
11   },
12   "homepage": "https://github.com/yakovmanshin/YMFF",
13   "readme": "https://github.com/yakovmanshin/YMFF/blob/main/README.md",
14   "source": {
15     "git": "https://github.com/yakovmanshin/YMFF.git",
16     "tag": "4.0.0"
17   },
18   "summary": "Feature management made easy.",
19   "description": "YMFF is a nice little library that makes management of features\nwith feature flags—and management of the feature flags themselves—a bliss.",
20   "platforms": {
21     "ios": "13.0",
22     "osx": "10.15"
23   },
24   "default_subspecs": "YMFF",
25   "testspecs": [
26     {
27       "name": "Tests",
28       "test_type": "unit",
29       "source_files": "Tests/YMFFTests/**/*.{swift}",
30       "dependencies": {
31         "YMFF/YMFF": [
33         ]
34       }
35     }
36   ],
37   "subspecs": [
38     {
39       "name": "YMFF",
40       "source_files": "Sources/YMFF/**/*.{swift}",
41       "dependencies": {
42         "YMFF/YMFFProtocols": [
44         ]
45       }
46     },
47     {
48       "name": "YMFFProtocols",
49       "source_files": "Sources/YMFFProtocols/**/*.{swift}"
50     }
51   ],
52   "swift_version": "5.8"