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