blob: 16939739719907dcdc01cfae917a4724991d9269 [file] [log] [blame]
{
"name": "ConfigCat",
"version": "1.0.1",
"summary": "ConfigCat Swift SDK",
"swift_version": "4.0",
"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": "1.0.1"
},
"source_files": "Sources/*.swift",
"requires_arc": true,
"module_name": "ConfigCat",
"documentation_url": "https://configcat.com/Docs#client-libs-ios"
}