2 "name": "SwiftySandboxFileAccess",
4 "summary": "A simpler way to access and store permissions for files outside of the AppStore sandbox.",
5 "description": "A 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 "Leigh McCulloch": "leigh@mcchouse.com",
13 "Rob Jonson": "Rob@HobbyistSoftware.com"
19 "git": "https://github.com/ConfusedVorlon/SwiftySandboxFileAccess.git",
22 "source_files": "SwiftySandboxFileAccess/Classes/*.{swift}",
23 "swift_versions": "5",