blob: 6bf06677f3b94a1337ca3bea3f2257642487c466 [file] [log] [blame]
{
"name": "ConfigCat",
"version": "2.1.1",
"summary": "ConfigCat Swift SDK",
"swift_version": "4.2",
"description": "ConfigCat is a cloud based configuration as a service. It integrates with your apps, backends, websites, and other programs, so you can configure them through this website even after they are deployed.",
"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.1.1"
},
"source_files": "Sources/*.swift",
"requires_arc": true,
"module_name": "ConfigCat",
"documentation_url": "https://docs.configcat.com/docs/sdk-reference/ios"
}