blob: 1bca3e1ec239f43c30893a3720f4c68f351fb824 [file] [log] [blame]
{
"name": "NNCollectionView",
"version": "1.3.5",
"summary": "UICollectionView 自定义视图相关封装.",
"description": "UICollectionView 自定义视图相关封装.",
"homepage": "https://github.com/shang1219178163/NNCollectionView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"BIN": "shang1219178163@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/shang1219178163/NNCollectionView.git",
"tag": "1.3.5"
},
"source_files": "NNCollectionView/*",
"public_header_files": "NNCollectionView/*.h",
"dependencies": {
"NNGloble": [
],
"NNCategoryPro": [
],
"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"
}
}