blob: 2e15f24150e9b5228c477e15e8b8b9c0f313fc9b [file] [log] [blame]
{
"name": "Switchboard",
"summary": "A/B testing and feature flags for iOS built on top of Switchboard.",
"version": "0.1.2",
"homepage": "https://github.com/KeepSafe/Switchboard-iOS",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"Keepsafe": "philipp@getkeepsafe.com"
},
"source": {
"git": "https://github.com/KeepSafe/Switchboard-iOS.git",
"tag": "v0.1.2"
},
"source_files": "Switchboard/Source/**/*",
"platforms": {
"ios": "10.0",
"osx": "10.12"
},
"requires_arc": true
}