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