[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 2 / 6 / 5 / Sandbox / 1.0.0 / Sandbox.podspec.json
blobe508ead34294ab45a210f75689ca1f0c3ea2d74d
2   "name": "Sandbox",
3   "version": "1.0.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.\n",
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.0.0"
17   },
18   "source_files": "Sandbox/Classes/*.{swift,h,m}",
19   "requires_arc": true,
20   "platforms": {
21     "osx": "10.9"
22   }