blob: 1582c35da44ce7ed09ae357162e75914474af24f [file] [log] [blame]
{
"name": "LN_Tools",
"version": "1.0.6",
"platforms": {
"ios": "8.0"
},
"license": "MIT",
"summary": "A tools is good for develop on iOS",
"homepage": "https://github.com/LionNeo/LN_Tools.git",
"authors": {
"Lion_Neo": "123624331@qq.com"
},
"source": {
"git": "https://github.com/LionNeo/LN_Tools.git",
"tag": "1.0.6"
},
"description": "LN_Tools is a tools about develop on iOS",
"source_files": "LN_Tools/**/*.{h,m}",
"public_header_files": "LN_Tools/**/*.{h}",
"frameworks": [
"UIKit",
"CoreText",
"CoreGraphics",
"QuartzCore",
"CoreLocation"
],
"dependencies": {
"YYKit": [
"~> 1.0.9"
]
},
"ios": {
"vendored_frameworks": "LN_Framework/*.{framework}"
},
"requires_arc": true
}