blob: cd2ebc94edcfd0a16516e08d5babc698cf95f348 [file] [log] [blame]
{
"name": "NNViewComplex",
"version": "1.3.8.1",
"summary": "自定义视图库",
"description": "官方控件无法满足需求的视图集合 - 复杂.",
"homepage": "https://github.com/shang1219178163/NNViewComplex",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"BIN": "shang1219178163@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/shang1219178163/NNViewComplex.git",
"tag": "1.3.8.1"
},
"source_files": [
"NNViewComplex",
"NNViewComplex/**/*.{h,m}"
],
"public_header_files": [
"NNViewComplex/*.h",
"NNViewComplex/**/*.h"
],
"resource_bundles": {
"NNViewComplex": [
"NNViewComplex/Resources/*.xcassets"
]
},
"dependencies": {
"NNGloble": [
],
"NNCategoryPro": [
],
"NNView": [
],
"NNCollectionView": [
],
"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"
}
}