blob: bf0bdce8354a372946dfa181ca7aaef7ef2509e4 [file] [log] [blame]
{
"name": "BNCollectionView",
"version": "1.2.0",
"summary": "UICollectionView相关封装.",
"description": "UICollectionView相关封装.",
"homepage": "https://github.com/shang1219178163/BNCollectionView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"BIN": "shang1219178163@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/shang1219178163/BNCollectionView.git",
"tag": "1.2.0"
},
"source_files": "BNCollectionView/*",
"public_header_files": "BNCollectionView/*.h",
"frameworks": [
"UIKit",
"CoreFoundation",
"CoreText",
"CoreGraphics",
"CoreImage",
"CoreLocation",
"CoreTelephony",
"GLKit",
"QuartzCore",
"ImageIO",
"Accelerate",
"AssetsLibrary",
"MobileCoreServices",
"SystemConfiguration",
"ImageIO",
"JavaScriptCore",
"WebKit"
],
"dependencies": {
"BNCategory": [
]
},
"user_target_xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
}
}