blob: 9180ed94f107225db34142545da390e01b3e7394 [file] [log] [blame]
{
"name": "Sandbox",
"version": "1.1.0",
"summary": "A simple to use yet versatile API for dealing with sandboxed file access.",
"description": "Sandbox aims to hides the awkward logistics required to let your app access files outside its own scope behind a simple and sane closure-based synchronous API, while keeping you in full control over your app's logical flow.",
"homepage": "https://github.com/regexident/Sandbox",
"license": {
"type": "BSD-3",
"file": "LICENSE"
},
"authors": {
"Vincent Esche": "regexident@gmail.com"
},
"source": {
"git": "https://github.com/regexident/Sandbox.git",
"tag": "1.1.0"
},
"source_files": "Sandbox/Classes/*.{swift,h,m}",
"requires_arc": true,
"platforms": {
"osx": "10.9"
}
}