blob: d34842ffa38f13faa3a14651c0178e3f97d84e43 [file] [log] [blame]
{
"name": "BNView",
"version": "1.5.1.2",
"summary": "自定义视图库",
"description": "官方控件无法满足需求的视图集合.",
"homepage": "https://github.com/shang1219178163/BNView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"BIN": "shang1219178163@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/shang1219178163/BNView.git",
"tag": "1.5.1.2"
},
"source_files": [
"BNView",
"BNView/**/*.{h,m}"
],
"public_header_files": [
"BNView/*.h",
"BNView/**/*.h"
],
"resource_bundles": {
"BNView": [
"BNView/Resources/*.xcassets",
"BNView/Resources/*.plist"
]
},
"frameworks": [
"UIKit",
"CoreFoundation",
"CoreText",
"CoreGraphics",
"CoreImage",
"QuartzCore",
"ImageIO",
"AssetsLibrary",
"Accelerate",
"MobileCoreServices",
"SystemConfiguration"
],
"dependencies": {
"BNKit": [
],
"BNGloble": [
],
"BNCategory": [
],
"SDCycleScrollView": [
],
"TZImagePickerController": [
],
"PPNumberButton": [
],
"Masonry": [
]
},
"pod_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "MAS_SHORTHAND_GLOBALS=1, MAS_SHORTHAND=1"
},
"user_target_xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "MAS_SHORTHAND_GLOBALS=1, MAS_SHORTHAND=1"
}
}