blob: 12aa06c1dc264964d5fad32ba24513d6a427c2b3 [file] [log] [blame]
{
"name": "LN_Tools",
"version": "4.0.3",
"platforms": {
"ios": "8.0"
},
"license": "MIT",
"summary": "此次更新:本地打印数组和字典无法显示中文的问题",
"homepage": "https://github.com/LionNeo/LN_Tools.git",
"authors": {
"Lion_Neo": "123624331@qq.com"
},
"source": {
"git": "https://github.com/LionNeo/LN_Tools.git",
"tag": "4.0.3"
},
"description": "这一次更新了本地打印数组和字典无法显示中文的问题",
"public_header_files": "LN_Tools/LN_Tools.h",
"source_files": "LN_Tools/LN_Tools.h",
"frameworks": [
"UIKit",
"CoreText",
"CoreGraphics",
"QuartzCore"
],
"requires_arc": true,
"subspecs": [
{
"name": "Store",
"source_files": "LN_Tools/Store/**/*.{h,m}",
"public_header_files": "LN_Tools/Store/**/*.{h}"
},
{
"name": "Vender",
"source_files": "LN_Tools/Vender/**/*.{h,m}",
"public_header_files": "LN_Tools/Vender/**/*.{h}"
},
{
"name": "Helper",
"source_files": "LN_Tools/Helper/**/*.{h,m}",
"public_header_files": "LN_Tools/Helper/**/*.{h}"
},
{
"name": "LNLog",
"source_files": "LN_Tools/LNLog/**/*.{h,m}"
},
{
"name": "Category",
"source_files": "LN_Tools/Category/**/*.{h,m}",
"public_header_files": "LN_Tools/Category/**/*.{h}",
"dependencies": {
"LN_Tools/LN_Framework": [
],
"YYKit": [
"~> 1.0.9"
]
},
"frameworks": "UIKit"
},
{
"name": "Color",
"source_files": "LN_Tools/Color/**/*.{h,m}"
},
{
"name": "LN_Framework",
"ios": {
"vendored_frameworks": "LN_Tools/Framework/*.{framework}"
}
},
{
"name": "Location",
"source_files": "LN_Tools/Location/**/*.{h,m}",
"public_header_files": "LN_Tools/Location/**/*.{h}",
"frameworks": "CoreLocation"
}
]
}