blob: fa908c1caeddeb08aacce8dad3f4e3451b345ded [file] [log] [blame]
{
"name": "FeatureFlagsController",
"version": "0.1",
"summary": "Easy Feature Flags management",
"description": "Register any kind of feature flags (Bool, CaseIterable enum, etc...) in your app and access them automatically at runtime in a nice SwiftUI form.",
"homepage": "https://github.com/DataDog/FeatureFlagsController-iOS",
"license": {
"type": "MIT",
"file": "LICENSE.md"
},
"authors": {
"Jérôme Alves": "j.alves@me.com"
},
"social_media_url": "",
"platforms": {
"ios": "13.0"
},
"source": {
"git": "https://github.com/DataDog/FeatureFlagsController-iOS.git",
"tag": "0.1"
},
"source_files": "Sources/**/*",
"swift_versions": [
"5.3"
],
"frameworks": "Foundation",
"swift_version": "5.3"
}