blob: 2a865c385cf82b28bcd719546a46453305cc165d [file] [log] [blame]
{
"name": "NNTableViewCell",
"version": "1.4.7.1",
"summary": "UITableViewCell封装.",
"description": "UITableViewCell模板封装.",
"homepage": "https://github.com/shang1219178163/NNTableViewCell",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"BIN": "shang1219178163@gmail.com"
},
"platforms": {
"ios": "9.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/shang1219178163/NNTableViewCell.git",
"tag": "1.4.7.1"
},
"source_files": "NNTableViewCell/*",
"public_header_files": "NNTableViewCell/*.h",
"frameworks": [
"UIKit",
"CoreFoundation",
"CoreText",
"CoreGraphics",
"CoreImage",
"CoreLocation",
"CoreTelephony",
"GLKit",
"QuartzCore",
"ImageIO",
"Accelerate",
"AssetsLibrary",
"MobileCoreServices",
"SystemConfiguration",
"ImageIO",
"JavaScriptCore",
"WebKit"
],
"dependencies": {
"NNGloble": [
],
"NNCategoryPro": [
],
"NNView": [
],
"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"
}
}