blob: 6de99b76e789016bc59ac404c9fa372d9b45eaf6 [file] [log] [blame]
{
"name": "TTToolKit",
"version": "0.1.19",
"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.1.19"
},
"requires_arc": true,
"frameworks": "UIKit",
"resources": "TTToolKit/TTToolKit.bundle",
"source_files": "TTToolKit/TTToolKit.h",
"public_header_files": "TTToolKit/TTToolKit.h",
"subspecs": [
{
"name": "UIKit",
"source_files": "TTToolKit/UIKit/*.{h,m}",
"public_header_files": "TTToolKit/UIKit/*.h"
},
{
"name": "Foundation",
"source_files": "TTToolKit/Foundation/*.{h,m}",
"public_header_files": "TTToolKit/Foundation/*.h"
},
{
"name": "Helper",
"source_files": "TTToolKit/Helper/*.{h,m}",
"public_header_files": "TTToolKit/Helper/*.h"
},
{
"name": "MediaPlayer",
"source_files": "TTToolKit/MediaPlayer/*.{h,m}",
"public_header_files": "TTToolKit/MediaPlayer/*.h"
},
{
"name": "Base",
"source_files": "TTToolKit/Base/*.{h,m}",
"public_header_files": "TTToolKit/Base/*.h"
}
]
}