[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 2 / 6 / 5 / Sandbox / 1.1.0 / Sandbox.podspec.json
blob9180ed94f107225db34142545da390e01b3e7394
2   "name": "Sandbox",
3   "version": "1.1.0",
4   "summary": "A simple to use yet versatile API for dealing with sandboxed file access.",
5   "description": "Sandbox aims to hides the awkward logistics required to let your app access files outside its own scope behind a simple and sane closure-based synchronous API, while keeping you in full control over your app's logical flow.",
6   "homepage": "https://github.com/regexident/Sandbox",
7   "license": {
8     "type": "BSD-3",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Vincent Esche": "regexident@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/regexident/Sandbox.git",
16     "tag": "1.1.0"
17   },
18   "source_files": "Sandbox/Classes/*.{swift,h,m}",
19   "requires_arc": true,
20   "platforms": {
21     "osx": "10.9"
22   }