blob: ac7ecb0e4108977c886b833d3276bddf6bb1beb9 [file] [log] [blame]
{
"name": "SandboxExplorer",
"version": "3.0.0",
"summary": "Simple debugging tool for exploring the contents of your iOS app sandbox.",
"description": "This tool provides a simple way to browse the file contents of your iOS app Sandbox.\nWith the UI provided you can navigate the sandbox content and view the size of files and folders.\nBetween usages the file sizes are cached and changes in the like are visible in the UI.",
"homepage": "https://github.com/eriksundin/SandboxExplorer",
"screenshots": [
"https://github.com/eriksundin/SandboxExplorer/blob/master/ss1.png?raw=true",
"https://github.com/eriksundin/SandboxExplorer/blob/master/ss2.png?raw=true"
],
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Erik Sundin": "erik@eriksundin.se"
},
"source": {
"git": "https://github.com/eriksundin/SandboxExplorer.git",
"tag": "3.0.0"
},
"social_media_url": "https://twitter.com/erik_sundin",
"swift_version": "4.2",
"platforms": {
"ios": "8.0"
},
"source_files": "SandboxExplorer/Classes/**/*",
"resource_bundles": {
"Assets": [
"SandboxExplorer/Assets/*.png"
]
}
}