blob: 3535332b1a69b14330c6b4b84ef660f96f12bdb9 [file] [log] [blame]
{
"name": "NNViewComplex",
"version": "1.3.6",
"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.6"
},
"source_files": [
"NNViewComplex",
"NNViewComplex/**/*.{h,m}"
],
"public_header_files": [
"NNViewComplex/*.h",
"NNViewComplex/**/*.h"
],
"resource_bundles": {
"NNViewComplex": [
"NNViewComplex/Resources/*.xcassets"
]
},
"frameworks": [
"UIKit",
"CoreFoundation",
"CoreText",
"CoreGraphics",
"CoreImage",
"QuartzCore",
"ImageIO",
"AssetsLibrary",
"Accelerate",
"MobileCoreServices",
"SystemConfiguration"
],
"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"
}
}