blob: 79eceaf7772e630b705c9de1c4fc9b365c0154f4 [file] [log] [blame]
{
"name": "TFY_AutoLayout",
"version": "2.5.2",
"summary": "简介高效,链式点语法布局工具",
"description": "简介高效,链式点语法布局工具",
"homepage": "https://github.com/13662049573/TFY_AutoLayout",
"license": "MIT",
"authors": {
"tianfengyou": "420144542@qq.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/13662049573/TFY_AutoLayout.git",
"tag": "2.5.2"
},
"source_files": "TFY_AutoLayout/TFY_AutoLayout/TFY_AutoLayout.h",
"frameworks": [
"Foundation",
"UIKit"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include"
},
"requires_arc": true,
"subspecs": [
{
"name": "Util",
"source_files": "TFY_AutoLayout/TFY_AutoLayout/Util/**/*.{h,m}"
},
{
"name": "IOS_Layout",
"source_files": "TFY_AutoLayout/TFY_AutoLayout/IOS_Layout/**/*.{h,m}",
"dependencies": {
"TFY_AutoLayout/Util": [
]
}
},
{
"name": "MAC_Layout",
"source_files": "TFY_AutoLayout/TFY_AutoLayout/MAC_Layout/**/*.{h,m}",
"dependencies": {
"TFY_AutoLayout/Util": [
]
}
}
]
}