blob: 9910d81d5ebf68d037996d23f6fd41dbfd0bfbb1 [file] [log] [blame]
{
"name": "BNCollectionView",
"version": "1.3.3",
"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.3.3"
},
"source_files": "BNCollectionView/*",
"public_header_files": "BNCollectionView/*.h",
"dependencies": {
"BNGloble": [
],
"BNCategory": [
],
"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",
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
}
}