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