blob: c3b4ca448c799184c3b0105264b53b7d284fd1b6 [file] [log] [blame]
{
"name": "AREndPointSwitch",
"version": "0.1.0",
"summary": "A simple way to switch endpoints on the fly",
"description": "Switching between staging and live endpoints is very useful in debugging an app. This easy to use switcher will allow you to hide in your app and make debugging easier.\n",
"homepage": "https://github.com/alexmreynolds/AREndPointSwitcher",
"license": "MIT",
"authors": {
"Alex M Reynolds": "alex.michael.reynolds@gmail.com"
},
"source": {
"git": "https://github.com/alexmreynolds/AREndPointSwitcher.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"AREndPointSwitch": [
"Pod/Assets/*.png"
]
}
}