blob: 33434a36fc304bb54d580ed132885a801e5d1193 [file] [log] [blame]
{
"name": "SimulatorStatusMagic",
"version": "1.1",
"summary": "Enable perfect status bars in the iOS Simulator.",
"description": " Modify the iOS Simulator so that it has a perfect status bar, then run your app and take perfect screenshots every time. The modifications made are designed to match the images you see on the Apple site and are as follows:\n\n * 9:41 AM is displayed for the time.\n * The battery is full and shows 100%.\n * On iPhone: The carrier text is removed, 5 bars of cellular signal and full WiFi bars are displayed.\n * On iPad: The carrier text is set to \"iPad\" and full WiFi bars are displayed.\n",
"homepage": "https://github.com/shinydevelopment/SimulatorStatusMagic",
"license": "MIT",
"authors": {
"Dave Verwer": "dave.verwer@shinydevelopment.com",
"Greg Spiers": "greg.spiers@shinydevelopment.com"
},
"source": {
"git": "https://github.com/shinydevelopment/SimulatorStatusMagic.git",
"tag": "1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "SDStatusBarManager",
"frameworks": "UIKit"
}