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