blob: aba79ad7e0f74d4ae60482259be9d7ad6373bd02 [file] [log] [blame]
{
"name": "TTToolKit",
"version": "0.0.3",
"summary": "TTToolKit工具类",
"description": "An integrated, simple, independent, efficient, lightweight, and continuously updated image selects a third-party framework.",
"homepage": "https://github.com/TongFangyuan/TTTool",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"tongfy": "573682532@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/TongFangyuan/TTTool.git",
"tag": "0.0.3"
},
"source_files": [
"TTTool",
"TTTool/TTTool.h"
],
"public_header_files": "TTTool/TTTool.h",
"subspecs": [
{
"name": "Macro",
"source_files": "TTTool/Macro/MacroHeader.h",
"public_header_files": "TTTool/Macro/MacroHeader.h"
},
{
"name": "Categories",
"source_files": "TTTool/Categories/TTCategoriesHeader.h",
"public_header_files": "TTTool/Categories/TTCategoriesHeader.h",
"subspecs": [
{
"name": "Foundation",
"source_files": "TTTool/Categories/Foundation/TTFoundation.h",
"public_header_files": "TTTool/Categories/Foundation/TTFoundation.h",
"subspecs": [
{
"name": "NSDate",
"source_files": "TTTool/Categories/Foundation/NSDate/*.h"
},
{
"name": "NSArray",
"source_files": "TTTool/Categories/Foundation/NSArray/*.h"
}
]
}
]
}
]
}