[Add] MealziOSSDKStaging 5.3.0
[CocoaPods.git] / Specs / 2 / 5 / a / SwiftySandboxFileAccess / 2.0.2 / SwiftySandboxFileAccess.podspec.json
blob383847836fe23467270524d9f6342556f153c2b6
2   "name": "SwiftySandboxFileAccess",
3   "version": "2.0.2",
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",
7   "license": {
8     "type": "BSD-2",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Rob Jonson": "Rob@HobbyistSoftware.com",
13     "Leigh McCulloch": "leigh@mcchouse.com"
14   },
15   "platforms": {
16     "osx": "10.9"
17   },
18   "source": {
19     "git": "https://github.com/ConfusedVorlon/SwiftySandboxFileAccess.git",
20     "tag": "2.0.2"
21   },
22   "source_files": "Sources/SwiftySandboxFileAccess/*.{swift}",
23   "swift_versions": "5",
24   "deprecated": true,
25   "swift_version": "5"