blob: 108b9809023c9dd761dde4870c2310c7f4c38a3b [file] [log] [blame]
{
"name": "LN_Tools",
"version": "2.0.1",
"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": "2.0.1"
},
"description": "LN_Tools is a tools about develop on iOS",
"frameworks": [
"UIKit",
"CoreText",
"CoreGraphics",
"QuartzCore",
"CoreLocation"
],
"requires_arc": true,
"subspecs": [
{
"name": "LN_Tools",
"source_files": "LN_Tools/**/*.{h,m}",
"public_header_files": "LN_Tools/**/*.{h}",
"dependencies": {
"LN_Tools/LN_Framework": [
],
"YYKit": [
"~> 1.0.9"
]
}
},
{
"name": "LN_Framework",
"ios": {
"vendored_frameworks": "LN_Framework/*.{framework}"
}
}
]
}