blob: 3e47c6a093db84e00b7e76e87b47c32266e5439f [file] [log] [blame]
{
"name": "NNTableViewCell",
"version": "1.7.0",
"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.7.0"
},
"source_files": "NNTableViewCell/*",
"public_header_files": "NNTableViewCell/*.h",
"frameworks": [
"UIKit",
"CoreFoundation"
],
"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"
}
}