2 "name": "SwiftySandboxFileAccess",
4 "summary": "A simpler way to access and store permissions for files outside of the AppStore sandbox.",
5 "description": "Deprecated in favour version 3 which requires Swift Package Manager\nA class that wraps up writing and accessing files outside a Mac apps App Sandbox files into a simple interface.\nThe class will request permission from the user with a simple to understand dialog consistent\nwith Apple's documentation and persist permissions across application runs.",
6 "homepage": "https://github.com/ConfusedVorlon/SwiftySandboxFileAccess",
12 "Rob Jonson": "Rob@HobbyistSoftware.com",
13 "Leigh McCulloch": "leigh@mcchouse.com"
19 "git": "https://github.com/ConfusedVorlon/SwiftySandboxFileAccess.git",
22 "source_files": "Sources/SwiftySandboxFileAccess/*.{swift}",
23 "swift_versions": "5",