blob: 78d4d4368da90615477c8f6910c695ffcecae064 [file] [log] [blame]
{
"name": "TTToolKit",
"version": "0.0.5",
"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.5"
},
"requires_arc": true,
"frameworks": "Foundation",
"source_files": "TTTool/TTTool.h",
"public_header_files": "TTTool/TTTool.h",
"subspecs": [
{
"name": "Macro",
"source_files": "TTTool/Macro/*",
"public_header_files": "TTTool/Macro/MacroHeader.h"
},
{
"name": "Helper",
"source_files": "TTTool/Helper/*",
"public_header_files": "TTTool/Helper/TTHelper.h"
},
{
"name": "Categories",
"source_files": [
"TTTool/Categories/*",
"TTTool/Categories/*/*"
],
"public_header_files": "TTTool/Categories/TTCategoriesHeader.h"
}
]
}