blob: cc3fb01d562c13bb055b844f25c9dc05eb0b4ff3 [file] [log] [blame]
{
"name": "drbox",
"version": "0.0.1",
"summary": "OC开发工具箱",
"description": "这是一款全面的OC开发工具箱,内容会不断完善。",
"homepage": "https://github.com/githubzb/drbox",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhangbao": "1126976340@qq.com"
},
"social_media_url": "https://www.cnblogs.com/zbblog",
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/githubzb/drbox.git",
"commit": "a86f0c5"
},
"source_files": "drbox/class/**/*.{h,m,mm}",
"exclude_files": [
"drbox/class/CaptureDevice/*",
"drbox/class/network/*"
],
"public_header_files": "drbox/class/**/*.{h}",
"frameworks": [
"UIKit",
"CoreFoundation",
"CoreText",
"CoreGraphics",
"CoreImage",
"QuartzCore",
"ImageIO",
"Accelerate",
"CoreServices",
"SystemConfiguration"
],
"requires_arc": true,
"dependencies": {
"Yoga": [
"~> 1.14.0"
],
"WCDB": [
"~> 1.0.7.5"
]
}
}