blob: ec416add5d6bf55faa01b8e2edee42265cb9d95c [file] [log] [blame]
{
"name": "ConfigCat",
"version": "1.0.3",
"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.3"
},
"source_files": "Sources/*.swift",
"requires_arc": true,
"module_name": "ConfigCat",
"documentation_url": "https://configcat.com/Docs#client-libs-ios"
}