blob: 7190ed92888db1c4acb739c2d300ab07685ca0ed [file] [log] [blame]
{
"name": "ConfigCat",
"version": "2.2.0",
"summary": "ConfigCat Swift SDK",
"swift_version": "4.2",
"description": "ConfigCat is a feature flag, feature toggle, and configuration management service. That lets you launch new features and change your software configuration remotely without actually (re)deploying code. ConfigCat even helps you do controlled roll-outs like canary releases and blue-green deployments.",
"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.2.0"
},
"source_files": "Sources/*.swift",
"requires_arc": true,
"module_name": "ConfigCat",
"documentation_url": "https://docs.configcat.com/docs/sdk-reference/ios"
}