[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 1 / 0 / b / AppSandboxFileAccess / 1.0.14 / AppSandboxFileAccess.podspec.json
blob2aeabcdfb478fbd75dd82d35ea817f4733f7255e
2   "name": "AppSandboxFileAccess",
3   "version": "1.0.14",
4   "summary": "A class that wraps up writing and accessing files outside a Mac apps App Sandbox files into a simple interface.",
5   "description": "                   A class that wraps up writing and accessing files outside a Mac apps App Sandbox files into a simple interface.\n                   The class will request permission from the user with a simple to understand dialog consistent\n                   with Apple's documentation and persist permissions across application runs.\n",
6   "homepage": "https://github.com/leighmcculloch/AppSandboxFileAccess",
7   "license": {
8     "type": "BSD-2",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Leigh McCulloch": "leigh@mcchouse.com"
13   },
14   "platforms": {
15     "osx": "10.7.3"
16   },
17   "source": {
18     "git": "https://github.com/leighmcculloch/AppSandboxFileAccess.git",
19     "tag": "1.0.14"
20   },
21   "source_files": "AppSandboxFileAccess/Classes/*.{h,m}",
22   "requires_arc": true