blob: cc15fd49cab3ee646835f3773270404c2ea02ffc [file] [log] [blame]
{
"name": "TFY_Category",
"version": "3.5.6",
"summary": "分类方法使用",
"description": "字典,数组,字符串,。。。。各种分类方法.",
"homepage": "https://github.com/13662049573/TFY_Category",
"license": "MIT",
"authors": {
"tianfengyou": "420144542@qq.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/13662049573/TFY_Category.git",
"tag": "3.5.6"
},
"source_files": [
"TFY_Category/TFY_Category/TFY_CategoryHerder.h",
"TFY_Category/TFY_Category/TFY_CategoryType.h"
],
"frameworks": [
"Foundation",
"UIKit",
"WebKit"
],
"xcconfig": {
"HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include"
},
"requires_arc": true,
"subspecs": [
{
"name": "TFY_Foundation",
"source_files": "TFY_Category/TFY_Category/TFY_Foundation/**/*.{h,m}"
},
{
"name": "TFY_ITools",
"source_files": "TFY_Category/TFY_Category/TFY_ITools/**/*.{h,m}"
},
{
"name": "TFY_UI",
"source_files": "TFY_Category/TFY_Category/TFY_UI/**/*.{h,m}"
}
]
}