blob: 09653c3689c62c6822834f7855634eafc871ae84 [file] [log] [blame]
{
"name": "YJTool",
"version": "1.0.1",
"summary": "YJTool 个人使用工具类集合",
"description": "个人使用的工具类,帮助在项目中快速开发",
"homepage": "http://github.com/Small-Years/YJTool.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yangjian": "18263800587@163.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Small-Years/YJ_Tool.git",
"tag": "1.0.1"
},
"source_files": [
"YJTool_Demo/YJTool_Demo/YJ_Tool/UIImage/*.{h,m}",
"YJTool_Demo/YJTool_Demo/YJ_Tool/CreateView/*.{h,m}",
"YJTool_Demo/YJTool_Demo/YJ_Tool/Tool/*.{h,m}",
"YJTool_Demo/YJTool_Demo/YJ_Tool/EmptyData/*.{h,m}",
"YJTool_Demo/YJTool_Demo/YJ_Tool/ToolPchHeader.h"
],
"frameworks": [
"UIKit",
"ImageIO"
]
}