blob: e7ae8741a1516a8529644759616464ed6938b290 [file] [log] [blame]
{
"name": "Sandboxer",
"version": "1.0.2",
"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 7+.",
"homepage": "https://github.com/meilbn/Sandboxer-Objc",
"license": "MIT",
"authors": {
"meilbn": "codingallnight@gmail.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/meilbn/Sandboxer-Objc.git",
"tag": "1.0.2"
},
"source_files": [
"Sandboxer",
"Sandboxer/**/*.{h,m}"
],
"resources": "Sandboxer/SandboxerResources.bundle",
"frameworks": [
"QuickLook",
"WebKit"
],
"requires_arc": true
}