blob: 281a97c3a3709d67a1eec5be17aaad387ffa42bb [file] [log] [blame]
{
"name": "BNCollectionView",
"version": "1.3.2",
"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.2"
},
"source_files": "BNCollectionView/*",
"public_header_files": "BNCollectionView/*.h",
"dependencies": {
"BNGloble": [
],
"BNCategory": [
],
"Masonry": [
]
},
"user_target_xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
}
}