[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 6 / 1 / Sandboxer / 1.0.1 / Sandboxer.podspec.json
blob7ad0d4b78291d942defc070ff9854561df85a2a0
2   "name": "Sandboxer",
3   "version": "1.0.1",
4   "summary": "iOS file browser written in Objective-C.",
5   "description": "- iOS file browser written in Objective-C.\n- Use for browse sandbox files and directories, or manage them, like delete.\n- iOS 7+.",
6   "homepage": "https://github.com/meilbn/Sandboxer-Objc",
7   "license": "MIT",
8   "authors": {
9     "meilbn": "codingallnight@gmail.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/meilbn/Sandboxer-Objc.git",
16     "tag": "1.0.1"
17   },
18   "source_files": [
19     "Sandboxer",
20     "Sandboxer/**/*.{h,m}"
21   ],
22   "resources": "Sandboxer/SandboxerResources.bundle",
23   "frameworks": [
24     "QuickLook",
25     "WebKit"
26   ],
27   "requires_arc": true