blob: d04cf9e2637426a824e279e1ed981a081facaee0 [file] [log] [blame]
{
"name": "rosterdev",
"version": "0.1.0",
"summary": "A developer dashboard, along with test injection facilities.",
"description": "Shake your app, when it's built for development (using a DEBUG flag), and bring up a development dashboard. This can be useful to change network API environments. With a default option, you can get a list of tests you can inject-- e.g., to inject artificial errors, for hard to test edge cases, into your running program.",
"homepage": "https://github.com/RosterHQ/rosterdev",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"crspybits": "chris.prince@withroster.com"
},
"source": {
"git": "https://github.com/RosterHQ/rosterdev.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "rosterdev/Classes/**/*",
"resources": [
"rosterdev/Assets/**/*.storyboard"
],
"pushed_with_swift_version": "4.0"
}