blob: 050d7c1544f87ba24262f53d0730abd919e9ad14 [file] [log] [blame]
{
"name": "UnleashClient",
"version": "1.0.6",
"license": "MIT",
"summary": "Feature Flagging for Swift",
"homepage": "https://github.com/silvercar/unleash-client-swift",
"authors": {
"Silvercar Inc.": "mobiledevelopers@silvercar.com"
},
"source": {
"git": "https://github.com/silvercar/unleash-client-swift.git",
"tag": "1.0.6"
},
"documentation_url": "https://github.com/silvercar/unleash-client-swift/blob/master/README.md",
"platforms": {
"ios": "10.0",
"osx": "10.12",
"watchos": "3.0",
"tvos": "10.0"
},
"swift_versions": [
"4.2",
"5.0",
"5.1",
"5.2"
],
"source_files": "UnleashClient/**/*.{swift}",
"dependencies": {
"PromiseKit": [
"~> 6.10"
]
},
"swift_version": "5.2"
}