blob: 7ad20c0d3d6571c437b273e4354c02305dc4e115 [file] [log] [blame]
{
"name": "TFY_Navigation",
"version": "2.2.2",
"summary": "多变颜色导航栏",
"description": "字体,背景颜色,大小,横竖屏随意改。",
"homepage": "https://github.com/13662049573/TFY_Navigation",
"license": "MIT",
"authors": {
"tianfengyou": "420144542@qq.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/13662049573/TFY_Navigation.git",
"tag": "2.2.2"
},
"source_files": "TFY_Navigation/TFY_Navigation/TFY_Navigation.h",
"frameworks": [
"Foundation",
"UIKit"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include"
},
"requires_arc": true,
"subspecs": [
{
"name": "TFY_NavControoler",
"source_files": "TFY_Navigation/TFY_Navigation/TFY_NavControoler/**/*.{h,m}",
"dependencies": {
"TFY_Navigation/TFY_PopController": [
]
}
},
{
"name": "TFY_PopController",
"source_files": "TFY_Navigation/TFY_Navigation/TFY_PopController/**/*.{h,m}"
}
]
}