blob: d4d6dadbbc5985572b0886459b4c1a41308a55a6 [file] [log] [blame]
{
"name": "BN_View",
"version": "1.3.0",
"summary": "自定义视图库",
"description": "官方控件无法满足需求的视图集合.",
"homepage": "https://github.com/shang1219178163/BN_View",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"BIN": "shang1219178163@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/shang1219178163/BN_View.git",
"tag": "1.3.0"
},
"source_files": [
"BN_View",
"BN_View/**/*.{h,m}"
],
"public_header_files": [
"BN_View/*.h",
"BN_View/**/*.h"
],
"resources": "BN_View/Resources/*",
"frameworks": [
"UIKit",
"CoreFoundation",
"CoreText",
"CoreGraphics",
"CoreImage",
"QuartzCore",
"ImageIO",
"AssetsLibrary",
"Accelerate",
"MobileCoreServices",
"SystemConfiguration"
],
"dependencies": {
"BN_Kit": [
],
"BN_Globle": [
],
"BN_Category": [
],
"SDCycleScrollView": [
],
"TZImagePickerController": [
],
"PPNumberButton": [
]
}
}