blob: e16d89d93e454e3bccade1bd9186a0a714b7a307 [file] [log] [blame]
{
"name": "ConfigCat",
"version": "2.4.2",
"summary": "ConfigCat Swift SDK",
"swift_versions": "4.2",
"description": "Feature Flags created by developers for developers with ❤️. ConfigCat lets you manage feature flags across frontend, backend, mobile, and desktop apps without (re)deploying code. % rollouts, user targeting, segmentation. Feature toggle SDKs for all main languages. Alternative to LaunchDarkly. Host yourself, or use the hosted management app at https://configcat.com.",
"homepage": "https://github.com/configcat/swift-sdk",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ConfigCat": "developer@configcat.com"
},
"platforms": {
"ios": "10.0",
"watchos": "3.0",
"tvos": "10.0",
"osx": "10.12"
},
"source": {
"git": "https://github.com/configcat/swift-sdk.git",
"tag": "2.4.2"
},
"source_files": [
"Sources/*.swift",
"Version/*.swift"
],
"requires_arc": true,
"module_name": "ConfigCat",
"documentation_url": "https://docs.configcat.com/docs/sdk-reference/ios",
"swift_version": "4.2"
}