blob: c0c8c804af76e2db7721de781b17b47e5bc002e2 [file] [log] [blame]
{
"name": "TFY_TabBarKit",
"version": "1.0.4",
"summary": "底部tabbar工具/分两类一个自定义UIViewController一个系统自带的,把写好的加在系统上处理.",
"description": "底部tabbar工具/分两类一个自定义UIViewController一个系统自带的,把写好的加在系统上处理.",
"homepage": "https://github.com/13662049573/TFY_TabBarController",
"license": "MIT",
"platforms": {
"ios": "10.0"
},
"authors": {
"tfyzxc13662049573": "420144542@qq.com"
},
"source": {
"git": "https://github.com/13662049573/TFY_TabBarController.git",
"tag": "1.0.4"
},
"source_files": "TFY_TabBarController/TFY_TabBarKit/TFY_TabBarHeader.h",
"frameworks": [
"Foundation",
"UIKit"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include"
},
"requires_arc": true,
"subspecs": [
{
"name": "TFY_CustomizeTabBar",
"source_files": [
"TFY_TabBarController/TFY_TabBarKit/TFY_CustomizeTabBar/TfyCU_TabBarControllerProtocol.h",
"TFY_TabBarController/TFY_TabBarKit/TFY_CustomizeTabBar/**/*.{h,m}"
]
},
{
"name": "TFY_SystemTabBar",
"source_files": [
"TFY_TabBarController/TFY_TabBarKit/TFY_SystemTabBar/TfySY_TabBarDefine.h",
"TFY_TabBarController/TFY_TabBarKit/TFY_SystemTabBar/**/*.{h,m}"
]
}
]
}