blob: 29bd35565ed29e8d0b87184fb5777f2a2dbf302a [file] [log] [blame]
{
"name": "TFY_AutoLayout",
"version": "2.5.8",
"summary": "简介高效,链式点语法布局工具",
"description": "简介高效,链式点语法布局工具",
"homepage": "https://github.com/13662049573/TFY_AutoLayout",
"license": "MIT",
"authors": {
"tianfengyou": "420144542@qq.com"
},
"platforms": {
"ios": "10.0",
"osx": "10.10",
"tvos": "10.0"
},
"source": {
"git": "https://github.com/13662049573/TFY_AutoLayout.git",
"tag": "2.5.8"
},
"source_files": "TFY_AutoLayout/TFY_AutoLayout/TFY_AutoLayout.h",
"ios": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"tvos": {
"frameworks": [
"Foundation",
"UIKit"
]
},
"osx": {
"frameworks": [
"Foundation",
"AppKit"
]
},
"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",
"dependencies": {
"TFY_AutoLayout/Util": [
]
},
"source_files": "TFY_AutoLayout/TFY_AutoLayout/IOS_Layout/**/*.{h,m}"
},
{
"name": "MAC_Layout",
"dependencies": {
"TFY_AutoLayout/Util": [
]
},
"source_files": "TFY_AutoLayout/TFY_AutoLayout/MAC_Layout/**/*.{h,m}"
}
]
}