[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 4 / f / c / drbox / 0.0.1 / drbox.podspec.json
blobcc3fb01d562c13bb055b844f25c9dc05eb0b4ff3
2   "name": "drbox",
3   "version": "0.0.1",
4   "summary": "OC开发工具箱",
5   "description": "这是一款全面的OC开发工具箱,内容会不断完善。",
6   "homepage": "https://github.com/githubzb/drbox",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zhangbao": "1126976340@qq.com"
13   },
14   "social_media_url": "https://www.cnblogs.com/zbblog",
15   "platforms": {
16     "ios": "9.0"
17   },
18   "source": {
19     "git": "https://github.com/githubzb/drbox.git",
20     "commit": "a86f0c5"
21   },
22   "source_files": "drbox/class/**/*.{h,m,mm}",
23   "exclude_files": [
24     "drbox/class/CaptureDevice/*",
25     "drbox/class/network/*"
26   ],
27   "public_header_files": "drbox/class/**/*.{h}",
28   "frameworks": [
29     "UIKit",
30     "CoreFoundation",
31     "CoreText",
32     "CoreGraphics",
33     "CoreImage",
34     "QuartzCore",
35     "ImageIO",
36     "Accelerate",
37     "CoreServices",
38     "SystemConfiguration"
39   ],
40   "requires_arc": true,
41   "dependencies": {
42     "Yoga": [
43       "~> 1.14.0"
44     ],
45     "WCDB": [
46       "~> 1.0.7.5"
47     ]
48   }