blob: 4eb2867904ace2075e04364499c1a014e8701a55 [file] [log] [blame]
{
"name": "BNUtils",
"version": "1.2.4",
"summary": "BNUtils是一个项目模板开发工具包",
"description": "BNUtils是一个项目模板开发工具包,包含了一些控件封装,工具类等,可加快开发速度。",
"homepage": "https://github.com/shang1219178163/BNUtils",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"BIN": "shang1219178163@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/shang1219178163/BNUtils.git",
"tag": "1.2.4"
},
"source_files": "BNUtils/*.{h,m}",
"public_header_files": "BNUtils/BNUtils.{h}",
"dependencies": {
"BNKit": [
],
"BNGloble": [
],
"BNCategory": [
],
"BNCollectionView": [
],
"BNTableViewCell": [
],
"BNView": [
],
"BNViewHeight": [
]
},
"frameworks": [
"UIKit",
"CoreFoundation",
"CoreText",
"CoreGraphics",
"CoreImage",
"CoreLocation",
"CoreTelephony",
"GLKit",
"QuartzCore",
"ImageIO",
"Accelerate",
"AssetsLibrary",
"MobileCoreServices",
"SystemConfiguration",
"ImageIO",
"JavaScriptCore",
"WebKit"
]
}