blob: 3b75d775d98af81c9742aaa6047564498f9431a0 [file] [log] [blame]
{
"name": "Sandboxer",
"version": "1.1.0",
"summary": "iOS file browser written in Objective-C.",
"description": "- iOS file browser written in Objective-C.\n- Use for browse sandbox files and directories, or manage them, like delete.\n- iOS 8+.",
"homepage": "https://github.com/meilbn/Sandboxer-Objc",
"license": "MIT",
"authors": {
"meilbn": "codingallnight@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/meilbn/Sandboxer-Objc.git",
"tag": "1.1.0"
},
"source_files": [
"Sandboxer",
"Sandboxer/**/*.{h,m}"
],
"resources": "Sandboxer/SandboxerResources.bundle",
"frameworks": [
"QuickLook",
"WebKit"
],
"requires_arc": true
}