blob: 79879b2d784f68d129d3408ff3622b23b57d3bbc [file] [log] [blame]
{
"name": "EnvChanger",
"version": "0.2.0",
"summary": "An always present, draggable button that helps you change your backend environments.",
"description": "A UIButton that allows you to easily switch between different backend environments. The button is always visible\nand can be dragged around the screen. Tapping it shows an alert that lists your backend environments enum.\nGreat for when your testers want to try how your app behaves on development/staging/edge without you having to\nrecompile.",
"homepage": "https://github.com/scalefocus/EnvChanger",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Gavril Tonev": "gavril.tonev@upnetix.com",
"Teodor Marinov": "teodor.marinov@upnetix.com"
},
"source": {
"git": "https://github.com/scalefocus/EnvChanger.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"swift_versions": "5.0",
"source_files": "EnvChanger/Classes/**/*",
"swift_version": "5.0"
}